dev-java/opencsv: Keyword for ppc+ppc64.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Patrice Clement
2015-11-10 08:56:56 +00:00
parent bb24da5194
commit fa81c7aad8

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,20 +14,20 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src-with-libs.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
IUSE=""
S="${WORKDIR}/${P}"
RDEPEND=">=virtual/jre-1.6"
DEPEND="app-arch/unzip
>=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"
RESTRICT="test"
java_prepare() {
rm lib/* || die
java-pkg_clean
}
src_install() {