diff options
author | Sam James <sam@gentoo.org> | 2020-12-06 21:14:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-06 21:14:20 +0000 |
commit | b5f59bf340b8ef3fc52539750a2891b04555cd31 (patch) | |
tree | c27016ba69b479282d3c2586b1c7601a204d0c08 /dev-libs/dmalloc | |
parent | net-libs/libhtp: bump to 0.5.36 (diff) | |
download | gentoo-b5f59bf340b8ef3fc52539750a2891b04555cd31.tar.gz gentoo-b5f59bf340b8ef3fc52539750a2891b04555cd31.tar.bz2 gentoo-b5f59bf340b8ef3fc52539750a2891b04555cd31.zip |
dev-libs/dmalloc: change live ebuild to ISC
The existing version in tree (5.5.2) is still the
old licence, but any bump to e.g. 5.6.1 will need
to be ISC too.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/dmalloc/dmalloc-999999.ebuild b/dev-libs/dmalloc/dmalloc-999999.ebuild index d0ea9940859a..8408576bf003 100644 --- a/dev-libs/dmalloc/dmalloc-999999.ebuild +++ b/dev-libs/dmalloc/dmalloc-999999.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="A Debug Malloc Library" HOMEPAGE="https://dmalloc.com" EGIT_REPO_URI="https://github.com/j256/dmalloc" -LICENSE="CC-BY-SA-3.0" +LICENSE="ISC" SLOT="0" KEYWORDS="" IUSE="static-libs threads" |