diff options
author | 2021-03-26 13:59:16 -0700 | |
---|---|---|
committer | 2021-03-26 13:59:41 -0700 | |
commit | 781ae315ba35925cb4e1a600ca4edebd1a9ef017 (patch) | |
tree | 4379e652e4a9c0a9b0a1f6e9ea5a192f048ee910 /dev-python/pycurl-requests | |
parent | sys-apps/man-db: s390 stable wrt bug #761436 (diff) | |
download | gentoo-781ae315ba35925cb4e1a600ca4edebd1a9ef017.tar.gz gentoo-781ae315ba35925cb4e1a600ca4edebd1a9ef017.tar.bz2 gentoo-781ae315ba35925cb4e1a600ca4edebd1a9ef017.zip |
dev-python/pycurl-requests: Some bits are under Apache-2.0
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pycurl-requests')
-rw-r--r-- | dev-python/pycurl-requests/pycurl-requests-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycurl-requests/pycurl-requests-0.2.0.ebuild b/dev-python/pycurl-requests/pycurl-requests-0.2.0.ebuild index a49a99ff7426..479af0c574d3 100644 --- a/dev-python/pycurl-requests/pycurl-requests-0.2.0.ebuild +++ b/dev-python/pycurl-requests/pycurl-requests-0.2.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Requests-compatible interface for PycURL" HOMEPAGE="https://github.com/dcoles/pycurl-requests" SRC_URI="https://github.com/dcoles/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" +LICENSE="MIT Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" |