diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-19 15:11:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-19 15:11:07 +0000 |
commit | b4659c6dc3b04e174adb4cfd7eaf56e5eadf0985 (patch) | |
tree | 19b9efc16accf7c480e1cb6d9aa66b3b9b276725 /testing/xmlto | |
parent | 82b301f1d07fcef2f7f09c60b6e331bdeae2eb60 (diff) | |
download | aports-b4659c6dc3b04e174adb4cfd7eaf56e5eadf0985.tar.bz2 aports-b4659c6dc3b04e174adb4cfd7eaf56e5eadf0985.tar.xz |
Revert "testing/xmlto: disable. broken"
This reverts commit 82b301f1d07fcef2f7f09c60b6e331bdeae2eb60.
Diffstat (limited to 'testing/xmlto')
-rw-r--r-- | testing/xmlto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xmlto/APKBUILD b/testing/xmlto/APKBUILD index 07cf460dac..9c823bf393 100644 --- a/testing/xmlto/APKBUILD +++ b/testing/xmlto/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.0.23 pkgrel=0 pkgdesc="Convert xml to many other formats" url="http://cyberelk.net/tim/software/xmlto/" -arch="" +arch="all" license="GPL" depends="libxslt perl-yaml-syck perl-test-pod" depends_dev= |