diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-06-17 12:17:26 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-06-17 12:18:08 -0400 |
commit | a134c19fd2178bb7a462bfac2e90f411982a361f (patch) | |
tree | 6319b9ae3b84bf7ad913f33decb00480381352e1 | |
parent | licenses: add license for net-misc/curl, bug #728522 (diff) | |
download | gentoo-a134c19fd2178bb7a462bfac2e90f411982a361f.tar.gz gentoo-a134c19fd2178bb7a462bfac2e90f411982a361f.tar.bz2 gentoo-a134c19fd2178bb7a462bfac2e90f411982a361f.zip |
net-misc/curl: fix license, bug #728522
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | net-misc/curl/curl-7.68.0.ebuild | 2 | ||||
-rw-r--r-- | net-misc/curl/curl-7.69.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/curl/curl-7.70.0-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/curl/curl-7.68.0.ebuild b/net-misc/curl/curl-7.68.0.ebuild index c7e4fe4d0cab..0141a4e0a48d 100644 --- a/net-misc/curl/curl-7.68.0.ebuild +++ b/net-misc/curl/curl-7.68.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A Client that groks URLs" HOMEPAGE="https://curl.haxx.se/" SRC_URI="https://curl.haxx.se/download/${P}.tar.xz" -LICENSE="MIT" +LICENSE="curl" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="adns alt-svc brotli http2 idn ipv6 kerberos ldap metalink +progress-meter rtmp samba ssh ssl static-libs test threads" diff --git a/net-misc/curl/curl-7.69.1.ebuild b/net-misc/curl/curl-7.69.1.ebuild index f3eb5376e6a1..c787559e0302 100644 --- a/net-misc/curl/curl-7.69.1.ebuild +++ b/net-misc/curl/curl-7.69.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A Client that groks URLs" HOMEPAGE="https://curl.haxx.se/" SRC_URI="https://curl.haxx.se/download/${P}.tar.xz" -LICENSE="MIT" +LICENSE="curl" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="adns alt-svc brotli +ftp gopher http2 idn +imap ipv6 kerberos ldap metalink +pop3 +progress-meter rtmp samba +smtp ssh ssl static-libs test telnet +tftp threads" diff --git a/net-misc/curl/curl-7.70.0-r1.ebuild b/net-misc/curl/curl-7.70.0-r1.ebuild index 20e90a029c51..d10edbee2152 100644 --- a/net-misc/curl/curl-7.70.0-r1.ebuild +++ b/net-misc/curl/curl-7.70.0-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A Client that groks URLs" HOMEPAGE="https://curl.haxx.se/" SRC_URI="https://curl.haxx.se/download/${P}.tar.xz" -LICENSE="MIT" +LICENSE="curl" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="adns alt-svc brotli +ftp gopher http2 idn +imap ipv6 kerberos ldap metalink +pop3 +progress-meter rtmp samba +smtp ssh ssl static-libs test telnet +tftp threads" |