diff options
author | Matt Turner <mattst88@gentoo.org> | 2016-04-05 11:46:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2016-04-05 11:47:26 -0700 |
commit | 0a81b7627bb345a696abd87769102281d63ffa9e (patch) | |
tree | b8b7eee841d3f0ccdff760b10173af0f01733489 /dev-util/cmocka | |
parent | app-emulation/ganeti: Always pull in sphinx in 2.13 and 2.14 (diff) | |
download | gentoo-0a81b7627bb345a696abd87769102281d63ffa9e.tar.gz gentoo-0a81b7627bb345a696abd87769102281d63ffa9e.tar.bz2 gentoo-0a81b7627bb345a696abd87769102281d63ffa9e.zip |
dev-util/cmocka: Added ~alpha.
Bug: https://bugs.gentoo.org/569558
Diffstat (limited to 'dev-util/cmocka')
-rw-r--r-- | dev-util/cmocka/cmocka-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cmocka/cmocka-1.0.1.ebuild b/dev-util/cmocka/cmocka-1.0.1.ebuild index 2ed096144593..f617b52a7d57 100644 --- a/dev-util/cmocka/cmocka-1.0.1.ebuild +++ b/dev-util/cmocka/cmocka-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://cmocka.org/files/1.0/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc static-libs test" DEPEND=" |