diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2015-09-15 15:42:02 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2015-09-15 15:42:02 +0000 |
commit | 2a866db42b298ebc0b7d3b5640619e9788d4d135 (patch) | |
tree | 6fa92b112d0659c846530618eba36843500e9e48 | |
parent | 9059f7019a2677e3521aec7c889624a2ae0e5759 (diff) | |
download | aports-2a866db42b298ebc0b7d3b5640619e9788d4d135.tar.bz2 aports-2a866db42b298ebc0b7d3b5640619e9788d4d135.tar.xz |
main/libnftnl: moved from testing
-rw-r--r-- | main/libnftnl/APKBUILD (renamed from testing/libnftnl/APKBUILD) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libnftnl/APKBUILD b/main/libnftnl/APKBUILD index bde92c26c7..50e7c6b139 100644 --- a/testing/libnftnl/APKBUILD +++ b/main/libnftnl/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Netfilter library providing interface to the nf_tables subsystem" url="http://netfilter.org/projects/libnftnl/" arch="all" -license="GPL2" +license="GPL-2" depends="" depends_dev="libmnl-dev" makedepends="$depends_dev bash" |