summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-07-27 05:49:17 +0000
committerJeroen Roovers <jer@gentoo.org>2015-07-27 05:49:17 +0000
commit6b97ceb68eb51c859fd7470aad711de4856b5683 (patch)
treeeff276a0c409bd3bd840ebba3e9564d23283c536 /dev-cpp
parentVersion bump. (diff)
downloadgentoo-2-6b97ceb68eb51c859fd7470aad711de4856b5683.tar.gz
gentoo-2-6b97ceb68eb51c859fd7470aad711de4856b5683.tar.bz2
gentoo-2-6b97ceb68eb51c859fd7470aad711de4856b5683.zip
Mark ~ppc64 (bug #555984).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/lucene++/ChangeLog5
-rw-r--r--dev-cpp/lucene++/lucene++-3.0.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/lucene++/ChangeLog b/dev-cpp/lucene++/ChangeLog
index 5a3e75a69944..d01ee7427e4c 100644
--- a/dev-cpp/lucene++/ChangeLog
+++ b/dev-cpp/lucene++/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/lucene++
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/lucene++/ChangeLog,v 1.2 2015/02/17 21:25:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/lucene++/ChangeLog,v 1.3 2015/07/27 05:49:17 jer Exp $
+
+ 27 Jul 2015; Jeroen Roovers <jer@gentoo.org> lucene++-3.0.7.ebuild:
+ Mark ~ppc64 (bug #555984).
*lucene++-3.0.7 (17 Feb 2015)
diff --git a/dev-cpp/lucene++/lucene++-3.0.7.ebuild b/dev-cpp/lucene++/lucene++-3.0.7.ebuild
index c203cb392216..9a2b4565b01c 100644
--- a/dev-cpp/lucene++/lucene++-3.0.7.ebuild
+++ b/dev-cpp/lucene++/lucene++-3.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/lucene++/lucene++-3.0.7.ebuild,v 1.1 2015/02/17 21:25:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/lucene++/lucene++-3.0.7.ebuild,v 1.2 2015/07/27 05:49:17 jer Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.
LICENSE="|| ( LGPL-3 Apache-2.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="debug"
DEPEND="dev-libs/boost:="