diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 11:19:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 11:19:13 +0000 |
commit | 45c690f1fa046f097d2369e988e33cce3fd346b1 (patch) | |
tree | 1dc6c533aeb92b7be15486bfdc93b92cdb9f9d47 /dev-util | |
parent | Stable for amd64, wrt bug #528208 (diff) | |
download | gentoo-2-45c690f1fa046f097d2369e988e33cce3fd346b1.tar.gz gentoo-2-45c690f1fa046f097d2369e988e33cce3fd346b1.tar.bz2 gentoo-2-45c690f1fa046f097d2369e988e33cce3fd346b1.zip |
Stable for amd64, wrt bug #526066
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmocka/ChangeLog b/dev-util/cmocka/ChangeLog index d8936226efe4..7d1cc0ad0741 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.16 2014/08/04 16:06:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.17 2014/11/10 11:19:13 ago Exp $ + + 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> cmocka-0.4.1.ebuild: + Stable for amd64, wrt bug #526066 04 Aug 2014; Tobias Klausmann <klausman@gentoo.org> cmocka-0.3.1-r1.ebuild: Keyworded on alpha, bug 510340 diff --git a/dev-util/cmocka/cmocka-0.4.1.ebuild b/dev-util/cmocka/cmocka-0.4.1.ebuild index 9838788d365b..0da87261c0a8 100644 --- a/dev-util/cmocka/cmocka-0.4.1.ebuild +++ b/dev-util/cmocka/cmocka-0.4.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.4.1.ebuild,v 1.1 2014/07/25 20:49:22 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.4.1.ebuild,v 1.2 2014/11/10 11:19:13 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://open.cryptomilk.org/attachments/download/42/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc static-libs test" DEPEND=" |