diff options
author | Sam James <sam@gentoo.org> | 2023-08-18 09:19:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-18 09:20:39 +0100 |
commit | 30e1288d672d77d360fa21a3575588e1e6b3cc55 (patch) | |
tree | c1f8ed83d6f25a42d205bf0840a64dbc8800b492 /dev-util/strace | |
parent | licenses: drop now-unused CMake licence (diff) | |
download | gentoo-30e1288d672d77d360fa21a3575588e1e6b3cc55.tar.gz gentoo-30e1288d672d77d360fa21a3575588e1e6b3cc55.tar.bz2 gentoo-30e1288d672d77d360fa21a3575588e1e6b3cc55.zip |
dev-util/strace: update LICENSE
Per bug, not BSD, but rather LGPL-2.1+ for strace itself and GPL-2+ for the
testsuite, since https://github.com/strace/strace/commit/b93d52fe3da9c1b6db144f49116ba702e1d2efe8.
Closes: https://bugs.gentoo.org/912399
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-6.2.ebuild | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-6.3.ebuild | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-6.4.ebuild | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-9999.ebuild | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/strace/strace-6.2.ebuild b/dev-util/strace/strace-6.2.ebuild index 564b05d4123e..386b07093734 100644 --- a/dev-util/strace/strace-6.2.ebuild +++ b/dev-util/strace/strace-6.2.ebuild @@ -16,9 +16,10 @@ fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" HOMEPAGE="https://strace.io/" -LICENSE="BSD" +LICENSE="LGPL-2.1+ test? ( GPL-2+ )" SLOT="0" -IUSE="aio perl selinux static unwind elfutils" +IUSE="aio perl selinux static test unwind elfutils" +RESTRICT="!test? ( test )" REQUIRED_USE="?? ( unwind elfutils )" BDEPEND="virtual/pkgconfig" diff --git a/dev-util/strace/strace-6.3.ebuild b/dev-util/strace/strace-6.3.ebuild index 1b282e9fb125..24320451eac7 100644 --- a/dev-util/strace/strace-6.3.ebuild +++ b/dev-util/strace/strace-6.3.ebuild @@ -16,9 +16,10 @@ fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" HOMEPAGE="https://strace.io/" -LICENSE="BSD" +LICENSE="LGPL-2.1+ test? ( GPL-2+ )" SLOT="0" -IUSE="aio perl selinux static unwind elfutils" +IUSE="aio perl selinux static test unwind elfutils" +RESTRICT="!test? ( test )" REQUIRED_USE="?? ( unwind elfutils )" BDEPEND="virtual/pkgconfig" diff --git a/dev-util/strace/strace-6.4.ebuild b/dev-util/strace/strace-6.4.ebuild index 7abd31007686..d1881f35b452 100644 --- a/dev-util/strace/strace-6.4.ebuild +++ b/dev-util/strace/strace-6.4.ebuild @@ -16,9 +16,10 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi -LICENSE="BSD" +LICENSE="LGPL-2.1+ test? ( GPL-2+ )" SLOT="0" -IUSE="aio perl selinux static unwind elfutils" +IUSE="aio perl selinux static test unwind elfutils" +RESTRICT="!test? ( test )" REQUIRED_USE="?? ( unwind elfutils )" BDEPEND="virtual/pkgconfig" diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 7abd31007686..d1881f35b452 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -16,9 +16,10 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi -LICENSE="BSD" +LICENSE="LGPL-2.1+ test? ( GPL-2+ )" SLOT="0" -IUSE="aio perl selinux static unwind elfutils" +IUSE="aio perl selinux static test unwind elfutils" +RESTRICT="!test? ( test )" REQUIRED_USE="?? ( unwind elfutils )" BDEPEND="virtual/pkgconfig" |