commit: 3fee48384fc4b5316aee139aef9ead5d7cdf32c1
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 11:23:00 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 09:37:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fee4838
dev-java/pat: Stable for amd64+x86.
Package-Manager: portage-2.2.26
dev-java/pat/pat-1.5.3-r1.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-java/pat/pat-1.5.3-r1.ebuild b/dev-java/pat/pat-1.5.3-r1.ebuild
index 95af89a..0cc0f75 100644
--- a/dev-java/pat/pat-1.5.3-r1.ebuild
+++ b/dev-java/pat/pat-1.5.3-r1.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-
EAPI=5
JAVA_PKG_IUSE="doc source"
@@ -11,7 +10,6 @@ inherit versionator java-pkg-2 java-pkg-simple
MY_PV=$(delete_all_version_separators)
MAJORMINOR=$(get_version_component_range 1-2)
DOC_VER=$(delete_all_version_separators ${MAJORMINOR})
-MY_P="${PN}-${PV}"
DESCRIPTION="Regular Expressions in Java"
HOMEPAGE="http://www.javaregex.com"
@@ -19,11 +17,10 @@
SRC_URI="http://www.javaregex.com/binaries/${PN}srcfree${MY_PV}.jar -> ${P}.jar"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
>=virtual/jre-1.6"
DEPEND="
- >=virtual/jdk-1.6
- app-arch/unzip"
+ >=virtual/jdk-1.6"