diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-19 17:45:38 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-19 17:45:38 +0200 |
commit | 02099c7055c4ad9d20292eeb0bf42c21c2a92897 (patch) | |
tree | 3aa4d3c88c578e0a18ad83e428629355768a6dd5 /dev-perl/IO-Socket-INET6 | |
parent | dev-perl/Socket6: added Prefix keywords, bug #665088 (diff) | |
download | gentoo-02099c7055c4ad9d20292eeb0bf42c21c2a92897.tar.gz gentoo-02099c7055c4ad9d20292eeb0bf42c21c2a92897.tar.bz2 gentoo-02099c7055c4ad9d20292eeb0bf42c21c2a92897.zip |
dev-perl/IO-Socket-INET6: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-perl/IO-Socket-INET6')
-rw-r--r-- | dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild index 02a4ae4aa42a..134820eba928 100644 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild +++ b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Work with IO sockets in ipv6" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="dev-perl/Socket6" |