diff options
author | Anil Madhavapeddy <anil@recoil.org> | 2016-12-01 16:14:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-01 16:52:58 +0000 |
commit | 00f236da2d2456b15cd603f8d2f95d5c9acc2903 (patch) | |
tree | 4b1b4c5be992fe04fdafece868e6c9e1fd769909 /testing | |
parent | db6fc9ad97bb02b3ee317e1229b0a256c0b210b9 (diff) | |
download | aports-00f236da2d2456b15cd603f8d2f95d5c9acc2903.tar.bz2 aports-00f236da2d2456b15cd603f8d2f95d5c9acc2903.tar.xz |
testing/camlp4: take maintainer and enable on all arches
Diffstat (limited to 'testing')
-rw-r--r-- | testing/camlp4/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/camlp4/APKBUILD b/testing/camlp4/APKBUILD index aba5606633..9aee6c2fe7 100644 --- a/testing/camlp4/APKBUILD +++ b/testing/camlp4/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Jon Ong <jonongjs@rottenmage.com> -# Maintainer: +# Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=camlp4 pkgver=4.03 _versuffix='+1' pkgrel=0 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="x86_64" -license="GPL2" +arch="all" +license="LGPL2" depends="ocaml" makedepends="ocamlbuild" options="!makeflags !emptydirs staticlibs" |