aboutsummaryrefslogtreecommitdiffstats
path: root/community/patchelf/APKBUILD
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-05-16 22:47:10 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-20 09:59:54 -0300
commita56cb6745821a304e3243aeb32f8dae9dbc9231c (patch)
tree123768601fa4f5368285d6e2e1bafc6fa74e01dc /community/patchelf/APKBUILD
parentb716672dcc3cb171517cc4b55b17787d0729028f (diff)
downloadaports-a56cb6745821a304e3243aeb32f8dae9dbc9231c.tar.bz2
aports-a56cb6745821a304e3243aeb32f8dae9dbc9231c.tar.xz
community/patchelf: clarify license
Diffstat (limited to 'community/patchelf/APKBUILD')
-rw-r--r--community/patchelf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/patchelf/APKBUILD b/community/patchelf/APKBUILD
index 9b79187d01..879ba98647 100644
--- a/community/patchelf/APKBUILD
+++ b/community/patchelf/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="Small utility to modify the dynamic linker and RPATH of ELF executables"
url="https://nixos.org/patchelf.html"
arch="all !aarch64"
-license="GPL-3.0"
+license="GPL-3.0-or-later"
depends=""
makedepends="autoconf automake libtool"
install=""