diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 22:49:54 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 23:10:53 +1200 |
commit | 48e384b12d66dd0292da1770978f8bffd73291e6 (patch) | |
tree | 8ec2b9d5ea8708fe5abe8e1a75956c7b5a2f45b9 /app-text/wgetpaste | |
parent | dev-libs/geoip: Drop m68k,x86-macos re bug #690140 (diff) | |
download | gentoo-48e384b12d66dd0292da1770978f8bffd73291e6.tar.gz gentoo-48e384b12d66dd0292da1770978f8bffd73291e6.tar.bz2 gentoo-48e384b12d66dd0292da1770978f8bffd73291e6.zip |
app-text/wgetpaste: Drop m68k and various prefixes re bug #690140
Depends:
- net-misc/wget
- dev-perl/libwww-perl
- dev-perl/LWP-Protocol-https
- 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 'app-text/wgetpaste')
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.29-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild index 478db735fcbc..0c181457c667 100644 --- a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="+ssl" DEPEND="" |