diff options
author | 2014-03-09 09:51:44 +0000 | |
---|---|---|
committer | 2014-03-09 09:51:44 +0000 | |
commit | 689e891a0c26ca00924ccb79ee00b911528b6804 (patch) | |
tree | 387d41b96e48ee9d560cad69ad4986b6397f57e3 /dev-util/cmocka | |
parent | Stable for amd64, wrt bug #503504 (diff) | |
download | gentoo-2-689e891a0c26ca00924ccb79ee00b911528b6804.tar.gz gentoo-2-689e891a0c26ca00924ccb79ee00b911528b6804.tar.bz2 gentoo-2-689e891a0c26ca00924ccb79ee00b911528b6804.zip |
Stable for amd64, wrt bug #503504
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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 6d252e900762..2c9cbb1a2226 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.8 2014/03/06 08:25:06 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.9 2014/03/09 09:51:44 ago Exp $ + + 09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cmocka-0.3.1.ebuild: + Stable for amd64, wrt bug #503504 06 Mar 2014; Sergey Popov <pinkbyte@gentoo.org> cmocka-0.3.1.ebuild: Add ~s390, wrt bug #488696 diff --git a/dev-util/cmocka/cmocka-0.3.1.ebuild b/dev-util/cmocka/cmocka-0.3.1.ebuild index 79a7d6a1212d..01c742c68a01 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.6 2014/03/06 08:22:01 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1.ebuild,v 1.7 2014/03/09 09:51:44 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=" |