apache-fop: remove JAI dependency
JAI is no longer supported. This means we don't have to restrict apache-fop to i686 and x86_64 any longer.
This commit is contained in:
parent
5d43041e61
commit
e830335040
|
@ -2,11 +2,10 @@
|
|||
pkgname=apache-fop
|
||||
version=2.4
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
wrksrc="fop-${version}"
|
||||
build_wrksrc="fop"
|
||||
hostmakedepends="openjdk8 apache-ant"
|
||||
depends="virtual?java-runtime JAI"
|
||||
depends="virtual?java-runtime"
|
||||
short_desc="Java print formatter driven by XSL formatting objects (XSL-FO)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue