diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-09 05:48:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-09 05:48:50 +0000 |
commit | f29617a2ab1b643edf65cc9e4058c46cd766934a (patch) | |
tree | fd50221096efbaa40c15d7886dc723f835047003 | |
parent | Stable for x86, wrt bug #484884 (diff) | |
download | gentoo-2-f29617a2ab1b643edf65cc9e4058c46cd766934a.tar.gz gentoo-2-f29617a2ab1b643edf65cc9e4058c46cd766934a.tar.bz2 gentoo-2-f29617a2ab1b643edf65cc9e4058c46cd766934a.zip |
Stable for x86, wrt bug #484884
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-libs/soprano/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/soprano/soprano-2.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/soprano/ChangeLog b/dev-libs/soprano/ChangeLog index 7b9c74f83c7b..f98d564b70d7 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.119 2013/12/08 14:11:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.120 2013/12/09 05:48:50 ago Exp $ + + 09 Dec 2013; Agostino Sarubbo <ago@gentoo.org> soprano-2.9.4.ebuild: + Stable for x86, wrt bug #484884 08 Dec 2013; Agostino Sarubbo <ago@gentoo.org> soprano-2.9.4.ebuild: Stable for amd64, wrt bug #484884 diff --git a/dev-libs/soprano/soprano-2.9.4.ebuild b/dev-libs/soprano/soprano-2.9.4.ebuild index f10187b808b2..27751b468ecc 100644 --- a/dev-libs/soprano/soprano-2.9.4.ebuild +++ b/dev-libs/soprano/soprano-2.9.4.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.4.ebuild,v 1.2 2013/12/08 14:11:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.9.4.ebuild,v 1.3 2013/12/09 05:48:50 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} |