diff options
Diffstat (limited to 'dev-libs/soprano/soprano-2.7.0.ebuild')
-rw-r--r-- | dev-libs/soprano/soprano-2.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/soprano/soprano-2.7.0.ebuild b/dev-libs/soprano/soprano-2.7.0.ebuild index 3b88e379acda..1f439da6ebbf 100644 --- a/dev-libs/soprano/soprano-2.7.0.ebuild +++ b/dev-libs/soprano/soprano-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.7.0.ebuild,v 1.4 2011/10/05 08:20:26 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.7.0.ebuild,v 1.5 2011/10/17 14:27:33 jer Exp $ EAPI=4 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit base cmake-utils flag-o-matic ${git_eclass} |