diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2015-05-29 07:43:43 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2015-05-29 07:43:43 +0000 |
commit | 2cdc3b54011c2e3091451c1e66c5c18576d033ca (patch) | |
tree | df766f21125a017c29964945903b4cf8fa7430e0 | |
parent | sparc stable wrt bug #538798 (diff) | |
download | gentoo-2-2cdc3b54011c2e3091451c1e66c5c18576d033ca.tar.gz gentoo-2-2cdc3b54011c2e3091451c1e66c5c18576d033ca.tar.bz2 gentoo-2-2cdc3b54011c2e3091451c1e66c5c18576d033ca.zip |
sparc stable wrt bug #538798
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
-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 fecff41ed534..2985351774f9 100644 --- a/dev-util/cmocka/ChangeLog +++ b/dev-util/cmocka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmocka # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.19 2015/04/02 16:21:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.20 2015/05/29 07:43:43 jmorgan Exp $ + + 29 May 2015; Jack Morgan <jmorgan@gentoo.org> cmocka-0.4.1.ebuild: + sparc stable wrt bug #538798 02 Apr 2015; Jeroen Roovers <jer@gentoo.org> cmocka-0.4.1.ebuild: Stable for HPPA (bug #538798). diff --git a/dev-util/cmocka/cmocka-0.4.1.ebuild b/dev-util/cmocka/cmocka-0.4.1.ebuild index b18e5247d5f1..147fac24637c 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-2015 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.4 2015/04/02 16:21:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.4.1.ebuild,v 1.5 2015/05/29 07:43:43 jmorgan 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=" |