Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/soprano/
Date: Wed, 30 May 2012 13:16:52
Message-Id: 1338383761.1d69271c80b182760c4541930dadc572d2669496.johu@gentoo
1 commit: 1d69271c80b182760c4541930dadc572d2669496
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 13:15:43 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 13:16:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1d69271c
7
8 [dev-libs/soprano] Sync keywords with tree.
9
10 (Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-libs/soprano/soprano-9999.ebuild | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-9999.ebuild
17 index 92b0952..4aa9417 100644
18 --- a/dev-libs/soprano/soprano-9999.ebuild
19 +++ b/dev-libs/soprano/soprano-9999.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then
21 KEYWORDS=""
22 else
23 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
24 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
25 + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
26 fi
27
28 inherit base cmake-utils flag-o-matic ${git_eclass}