diff options
Diffstat (limited to 'main/groff')
-rw-r--r-- | main/groff/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/groff/APKBUILD b/main/groff/APKBUILD index 63a70437b8..01f2708719 100644 --- a/main/groff/APKBUILD +++ b/main/groff/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.21 pkgrel=0 pkgdesc="GNU troff text-formatting system" url="http://www.gnu.org/software/groff/groff.html" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends="perl texinfo" |