diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-18 18:26:41 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-17 20:45:22 +0200 |
commit | e9b0308821cc27dba266f192bf17af3b3c550361 (patch) | |
tree | 44a5704c98150e5231f31b481f7dfae526bb6c1e /app-misc/getopt | |
parent | app-admin/chrpath: add fix for Solaris (diff) | |
download | gentoo-e9b0308821cc27dba266f192bf17af3b3c550361.tar.gz gentoo-e9b0308821cc27dba266f192bf17af3b3c550361.tar.bz2 gentoo-e9b0308821cc27dba266f192bf17af3b3c550361.zip |
app-misc/getopt: fix LICENSE, update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-misc/getopt')
-rw-r--r-- | app-misc/getopt/getopt-1.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/getopt/getopt-1.1.6.ebuild b/app-misc/getopt/getopt-1.1.6.ebuild index 0c611893fdec..c8484dcababf 100644 --- a/app-misc/getopt/getopt-1.1.6.ebuild +++ b/app-misc/getopt/getopt-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,10 +6,10 @@ EAPI=4 inherit toolchain-funcs eutils DESCRIPTION="getopt(1) replacement supporting GNU-style long options" -HOMEPAGE="http://software.frodo.looijaard.name/getopt/" +HOMEPAGE="http://frodo.looijaard.name/project/getopt/" SRC_URI="http://frodo.looijaard.name/system/files/software/getopt/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls" |