diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-10-22 10:52:02 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-10-22 10:52:02 +0000 |
commit | af41e81ed1839a3756ad624f80f6009394e2c0a4 (patch) | |
tree | 0827c9fa4a22afb24cf932ec677a7f35d8a82edb /dev-util/cmocka | |
parent | Removed "upcall" USE flag as it provides the same features like "ads" USE flag (diff) | |
download | gentoo-2-af41e81ed1839a3756ad624f80f6009394e2c0a4.tar.gz gentoo-2-af41e81ed1839a3756ad624f80f6009394e2c0a4.tar.bz2 gentoo-2-af41e81ed1839a3756ad624f80f6009394e2c0a4.zip |
Add ~arm keyword, wrt bug #488696
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-util/cmocka')
-rw-r--r-- | dev-util/cmocka/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmocka/cmocka-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmocka/ChangeLog b/dev-util/cmocka/ChangeLog index 9fe13dd98469..d632810e9acd 100644 --- a/dev-util/cmocka/ChangeLog +++ b/dev-util/cmocka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmocka # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.3 2013/10/22 07:16:43 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.4 2013/10/22 10:52:02 pinkbyte Exp $ + + 22 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> cmocka-0.3.1.ebuild: + Add ~arm keyword, wrt bug #488696 22 Oct 2013; Fabian Groffen <grobian@gentoo.org> cmocka-0.3.1.ebuild: Marked ~{x86,amd64}-linux, bug #488696 diff --git a/dev-util/cmocka/cmocka-0.3.1.ebuild b/dev-util/cmocka/cmocka-0.3.1.ebuild index 719b95fb2df1..c6b35734f950 100644 --- a/dev-util/cmocka/cmocka-0.3.1.ebuild +++ b/dev-util/cmocka/cmocka-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1.ebuild,v 1.2 2013/10/22 07:16:43 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1.ebuild,v 1.3 2013/10/22 10:52:02 pinkbyte Exp $ EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://open.cryptomilk.org/attachments/download/19/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs test" DEPEND=" |