diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 21:04:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 21:05:09 +0300 |
commit | 6dd1f8dca6247fbc748a6679f9d9a02636dd96b5 (patch) | |
tree | c7247c7c8eab1ec2f56a3c54604d4aab26863b74 /dev-libs/libbytesize | |
parent | sys-libs/libblockdev: Add ~alpha keyword wrt bug #641308 (diff) | |
download | gentoo-6dd1f8dca6247fbc748a6679f9d9a02636dd96b5.tar.gz gentoo-6dd1f8dca6247fbc748a6679f9d9a02636dd96b5.tar.bz2 gentoo-6dd1f8dca6247fbc748a6679f9d9a02636dd96b5.zip |
dev-libs/libbytesize: Add ~alpha keyword wrt bug #641308
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild index c8127f1de230..d491ad9ca6e9 100644 --- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rhinstaller/libbytesize" SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc test" RDEPEND=" |