diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 22:57:25 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 23:11:03 +1200 |
commit | 6aae0db4e9d5ae682a8192259b934cf86c8c3fae (patch) | |
tree | 82f747ae0e289e91389971599975ef17c8297c4c /dev-perl/XML-Stream | |
parent | dev-perl/perl-ldap: Drop macos and solaris prefixes re bug #690140 (diff) | |
download | gentoo-6aae0db4e9d5ae682a8192259b934cf86c8c3fae.tar.gz gentoo-6aae0db4e9d5ae682a8192259b934cf86c8c3fae.tar.bz2 gentoo-6aae0db4e9d5ae682a8192259b934cf86c8c3fae.zip |
dev-perl/XML-Stream: Drop various prefixes re bug #690140
Depends:
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/XML-Stream')
-rw-r--r-- | dev-perl/XML-Stream/XML-Stream-1.240.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/XML-Stream/XML-Stream-1.240.0-r1.ebuild b/dev-perl/XML-Stream/XML-Stream-1.240.0-r1.ebuild index ce1e3ecdb540..1b7b3f224f98 100644 --- a/dev-perl/XML-Stream/XML-Stream-1.240.0-r1.ebuild +++ b/dev-perl/XML-Stream/XML-Stream-1.240.0-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Creates and XML Stream connection and parses return data" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="ssl" |