diff options
author | 2014-07-07 23:35:31 +0000 | |
---|---|---|
committer | 2014-07-07 23:35:31 +0000 | |
commit | f1ddbe1664a1d0a8bfafcc1fd5f2e61e5a71ee62 (patch) | |
tree | 26e28517995e0bc67b5b7d333fb087b90a4d620f /dev-util/cmocka | |
parent | Add missing gnome-doc-utils dependency for xml2po; fixes bug #515782, reporte... (diff) | |
download | gentoo-2-f1ddbe1664a1d0a8bfafcc1fd5f2e61e5a71ee62.tar.gz gentoo-2-f1ddbe1664a1d0a8bfafcc1fd5f2e61e5a71ee62.tar.bz2 gentoo-2-f1ddbe1664a1d0a8bfafcc1fd5f2e61e5a71ee62.zip |
Marked ~sparc (bug #488696).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/cmocka')
-rw-r--r-- | dev-util/cmocka/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmocka/cmocka-0.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmocka/ChangeLog b/dev-util/cmocka/ChangeLog index 7c111305fb0f..ca12186debab 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.13 2014/06/11 19:54:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.14 2014/07/07 23:35:31 jer Exp $ + + 07 Jul 2014; Jeroen Roovers <jer@gentoo.org> cmocka-0.3.1-r1.ebuild: + Marked ~sparc (bug #488696). *cmocka-0.3.1-r1 (11 Jun 2014) diff --git a/dev-util/cmocka/cmocka-0.3.1-r1.ebuild b/dev-util/cmocka/cmocka-0.3.1-r1.ebuild index eb34f0addffa..dc0ec1a6f228 100644 --- a/dev-util/cmocka/cmocka-0.3.1-r1.ebuild +++ b/dev-util/cmocka/cmocka-0.3.1-r1.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-r1.ebuild,v 1.1 2014/06/11 19:54:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1-r1.ebuild,v 1.2 2014/07/07 23:35:31 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://open.cryptomilk.org/attachments/download/19/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~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=" |