diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-09 09:52:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-09 09:52:55 +0000 |
commit | 5deca69f6f6b7b68317ff94dd189fb7b06c0e419 (patch) | |
tree | ba7a63af5edaaf63280c1dc725aabb9a6f3020a0 /dev-util | |
parent | Stable for x86, wrt bug #503504 (diff) | |
download | gentoo-2-5deca69f6f6b7b68317ff94dd189fb7b06c0e419.tar.gz gentoo-2-5deca69f6f6b7b68317ff94dd189fb7b06c0e419.tar.bz2 gentoo-2-5deca69f6f6b7b68317ff94dd189fb7b06c0e419.zip |
Stable for x86, wrt bug #503504
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-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 2c9cbb1a2226..b7ebec06d123 100644 --- a/dev-util/cmocka/ChangeLog +++ b/dev-util/cmocka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmocka # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.9 2014/03/09 09:51:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.10 2014/03/09 09:52:55 ago Exp $ + + 09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cmocka-0.3.1.ebuild: + Stable for x86, wrt bug #503504 09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cmocka-0.3.1.ebuild: Stable for amd64, wrt bug #503504 diff --git a/dev-util/cmocka/cmocka-0.3.1.ebuild b/dev-util/cmocka/cmocka-0.3.1.ebuild index 01c742c68a01..df72c7c3d4b3 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-2014 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.7 2014/03/09 09:51:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1.ebuild,v 1.8 2014/03/09 09:52:55 ago 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 ~arm ~hppa ~s390 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~s390 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc static-libs test" DEPEND=" |