diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-17 11:03:53 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-17 11:03:53 +0000 |
commit | e44eed0cb3b56ed23a9b623c933129b4b9ff2770 (patch) | |
tree | 8fc36699e3269bd27fbf30182f466cd76bff1b47 /community/pdftk | |
parent | cdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089 (diff) | |
download | aports-e44eed0cb3b56ed23a9b623c933129b4b9ff2770.tar.bz2 aports-e44eed0cb3b56ed23a9b623c933129b4b9ff2770.tar.xz |
community/pdftk: disable as we have no gcc-java provider
Diffstat (limited to 'community/pdftk')
-rw-r--r-- | community/pdftk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdftk/APKBUILD b/community/pdftk/APKBUILD index a4b9ff055c..0ff5f1aca1 100644 --- a/community/pdftk/APKBUILD +++ b/community/pdftk/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.02 pkgrel=1 pkgdesc="Pdftk is a simple tool for doing everyday things with PDF documents" url="http://www.pdfhacks.com/pdftk" -arch="all" +arch="" license="GPL" depends="" makedepends="gcc-java findutils" |