diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-08 18:22:43 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-08 18:22:43 +0100 |
commit | d355a50f58b54a4d2f4ef37af7bf36149b7cdc3f (patch) | |
tree | 2aa3f7d4e4cd676e0f9e1718c1321ee89a5d275b /testing/utop | |
parent | 6c6b779374a6f1323619470121684bcf880a38f4 (diff) | |
download | aports-d355a50f58b54a4d2f4ef37af7bf36149b7cdc3f.tar.bz2 aports-d355a50f58b54a4d2f4ef37af7bf36149b7cdc3f.tar.xz |
testing/utop: mark -emacs subpkg as noarch
Diffstat (limited to 'testing/utop')
-rw-r--r-- | testing/utop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index 33693ea6a4..77f328fda2 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -34,7 +34,7 @@ subpackages=" $pkgname-full:_full $pkgname-common:_common:noarch $pkgname-doc - $pkgname-emacs + $pkgname-emacs::noarch ocaml-$pkgname-dev:_libdev ocaml-$pkgname:_lib " |