commit:     2de0818b67ab2121935300e5e6fb0f409cac7ea0
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 12:06:54 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 14:03:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de0818b

dev-java/commons-email: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-java/commons-email/commons-email-1.4.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-java/commons-email/commons-email-1.4.ebuild 
b/dev-java/commons-email/commons-email-1.4.ebuild
index c4837bb..8821e56 100644
--- a/dev-java/commons-email/commons-email-1.4.ebuild
+++ b/dev-java/commons-email/commons-email-1.4.ebuild
@@ -12,21 +12,24 @@ HOMEPAGE="http://commons.apache.org/email/";
 SRC_URI="mirror://apache/commons/email/source/${P}-src.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
+IUSE=""
 
 # Requires a slew of packages we don't ship yet.
 RESTRICT="test"
 
 CDEPEND="dev-java/oracle-javamail:0"
 
-RDEPEND=">=virtual/jre-1.6
-       ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.6
+RDEPEND="
+       ${CDEPEND}
+       >=virtual/jre-1.6"
+
+DEPEND="
+       ${CDEPEND}
        test? (
                dev-java/ant-junit:0
        )
-       ${CDEPEND}"
-IUSE=""
+       >=virtual/jdk-1.6"
 
 S="${WORKDIR}/${P}-src"
 
@@ -44,7 +47,7 @@ src_test() {
 }
 
 src_install() {
-       java-pkg_newjar target/${P}.jar ${PN}.jar
+       java-pkg_newjar "target/${P}.jar" "${PN}.jar"
        dodoc {NOTICE,README,RELEASE-NOTES}.txt || die
        use doc && java-pkg_dojavadoc target/site/apidocs
        use source && java-pkg_dosrc src/main/java

Reply via email to