diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-08 14:11:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-08 14:11:57 +0000 |
commit | d76eabc5897f0cf1702da1ab224451e221d3a610 (patch) | |
tree | 0686c2b90439ebb694d810cba0db8b8e47f1630c /dev-libs | |
parent | Stable for amd64, wrt bug #484884 (diff) | |
download | gentoo-2-d76eabc5897f0cf1702da1ab224451e221d3a610.tar.gz gentoo-2-d76eabc5897f0cf1702da1ab224451e221d3a610.tar.bz2 gentoo-2-d76eabc5897f0cf1702da1ab224451e221d3a610.zip |
Stable for amd64, wrt bug #484884
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-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 7fc677a2b397..7b9c74f83c7b 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.118 2013/10/12 10:43:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/ChangeLog,v 1.119 2013/12/08 14:11:57 ago Exp $ + + 08 Dec 2013; Agostino Sarubbo <ago@gentoo.org> soprano-2.9.4.ebuild: + Stable for amd64, wrt bug #484884 *soprano-2.9.4 (12 Oct 2013) diff --git a/dev-libs/soprano/soprano-2.9.4.ebuild b/dev-libs/soprano/soprano-2.9.4.ebuild index c721b090e1e2..f10187b808b2 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.1 2013/10/12 10:43:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.9.4.ebuild,v 1.2 2013/12/08 14:11:56 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} |