summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-05-06 21:15:32 +0200
committerJohannes Huber <johu@gentoo.org>2013-05-06 21:15:32 +0200
commitc1fc8e848c90dd5a70489e10541413a7c54896c9 (patch)
treefd124f4e07a492cf32df9641a0be660487862e1e
parent1c589ef9096c9cea65479b99b3bf50d863445d06 (diff)
downloadkde-c1fc8e848c90dd5a70489e10541413a7c54896c9.tar.gz
kde-c1fc8e848c90dd5a70489e10541413a7c54896c9.tar.bz2
kde-c1fc8e848c90dd5a70489e10541413a7c54896c9.zip
[dev-libs/soprano] EAPI 5, sync KEYWORDS with tree.
Package-Manager: portage-2.2.0_alpha174
-rw-r--r--dev-libs/soprano/soprano-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-9999.ebuild
index f745e6e6f02..b837cc188bd 100644
--- a/dev-libs/soprano/soprano-9999.ebuild
+++ b/dev-libs/soprano/soprano-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
if [[ ${PV} == *9999* ]]; then
git_eclass="git-2"
@@ -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 ~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}