diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 10:52:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 10:52:30 +0000 |
commit | 5aa064128b84551392094c148b21ead7d51dc03e (patch) | |
tree | 21493acf61512e554a7f7650d9cab4cfcbb56a9c /dev-libs/soprano | |
parent | Stable for ppc64, wrt bug #474238 (diff) | |
download | gentoo-2-5aa064128b84551392094c148b21ead7d51dc03e.tar.gz gentoo-2-5aa064128b84551392094c148b21ead7d51dc03e.tar.bz2 gentoo-2-5aa064128b84551392094c148b21ead7d51dc03e.zip |
Stable for x86, wrt bug #473090
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/soprano')
-rw-r--r-- | dev-libs/soprano/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/soprano/soprano-2.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/soprano/ChangeLog b/dev-libs/soprano/ChangeLog index 95273a930314..b194e7a029df 100644 --- a/dev-libs/soprano/ChangeLog +++ b/dev-libs/soprano/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/soprano # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.111 2013/06/25 10:18:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.112 2013/06/25 10:52:30 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> soprano-2.9.2.ebuild: + Stable for x86, wrt bug #473090 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> soprano-2.9.2.ebuild: Stable for ppc64, wrt bug #473090 diff --git a/dev-libs/soprano/soprano-2.9.2.ebuild b/dev-libs/soprano/soprano-2.9.2.ebuild index a6b8efcd3bd9..b00311f919c2 100644 --- a/dev-libs/soprano/soprano-2.9.2.ebuild +++ b/dev-libs/soprano/soprano-2.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.9.2.ebuild,v 1.3 2013/06/25 10:18:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.9.2.ebuild,v 1.4 2013/06/25 10:52:30 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit base cmake-utils flag-o-matic ${git_eclass} |