dev-java/fontbox: fast stabilisation via the ALLARCHES policy.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 27 May 2018 20:58:45 +0000 (22:58 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 27 May 2018 21:02:44 +0000 (23:02 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-java/fontbox/files/fontbox-1.7.1-build.xml [moved from dev-java/fontbox/files/fontbox-1.7.1_maven-build.xml with 100% similarity]
dev-java/fontbox/fontbox-1.7.1-r1.ebuild

index bbbafd445aea6104d9b38efd3f7b5237d5fbe419..d2cd213f9ef48f638ff21a0cbae3df73f97b8b16 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI="https://archive.apache.org/dist/pdfbox/${PV}/${MY_P}-src.zip -> ${P}.zi
 
 LICENSE="BSD"
 SLOT="1.7"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm64 ppc64 x86 ~x64-macos"
 
 RDEPEND="
        >=virtual/jre-1.6"
@@ -35,7 +35,7 @@ EANT_TEST_GENTOO_CLASSPATH="junit-4"
 
 src_prepare() {
        default
-       cp -v "${FILESDIR}"/${P}_maven-build.xml build.xml || die
+       cp -v "${FILESDIR}/${P}-build.xml" build.xml || die
 }
 
 src_test() {