mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user