summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-03-17 23:24:19 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-03-17 23:59:18 +0100
commit84a2649377c18c4bdc22f4c45f87abdb348c31bd (patch)
tree408dff4fc2c4c58af98e0c5ff76d2d5042882559
parentdev-java/sax: EAPI 6 bump. (diff)
downloadgentoo-84a2649377c18c4bdc22f4c45f87abdb348c31bd.tar.gz
gentoo-84a2649377c18c4bdc22f4c45f87abdb348c31bd.tar.bz2
gentoo-84a2649377c18c4bdc22f4c45f87abdb348c31bd.zip
dev-java/sax: stable for amd64. retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-java/sax/sax-2.2.1-r3.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-java/sax/sax-2.2.1-r3.ebuild b/dev-java/sax/sax-2.2.1-r3.ebuild
index 00a705b18237..a458aa9f5dd1 100644
--- a/dev-java/sax/sax-2.2.1-r3.ebuild
+++ b/dev-java/sax/sax-2.2.1-r3.ebuild
@@ -10,20 +10,15 @@ MY_PN="sax2r3"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="SAX: Simple API for XML in Java"
-HOMEPAGE="http://sax.sourceforge.net/"
+HOMEPAGE="http://sax.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}.zip -> ${P}.zip"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-RDEPEND="
- >=virtual/jre-1.6"
-
-DEPEND="
- >=virtual/jdk-1.6
- source? ( app-arch/zip )"
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
S="${WORKDIR}/sax2r3"