diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-19 23:30:52 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-19 23:32:27 +0200 |
commit | 100e9dd3d1f21a1951cd1c95c60a81ac914663d9 (patch) | |
tree | 83dd327d022619f07669b330e31c61a44ff13834 /net-analyzer/smokeping | |
parent | dev-perl/Apache-SizeLimit: Drop hppa ia64 sparc, bug 597822 (diff) | |
download | gentoo-100e9dd3d1f21a1951cd1c95c60a81ac914663d9.tar.gz gentoo-100e9dd3d1f21a1951cd1c95c60a81ac914663d9.tar.bz2 gentoo-100e9dd3d1f21a1951cd1c95c60a81ac914663d9.zip |
net-analyzer/smokeping: Drop hppa, bug 597822
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-analyzer/smokeping')
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.6.10.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.6.11.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.6.9.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/smokeping/smokeping-2.6.10.ebuild b/net-analyzer/smokeping/smokeping-2.6.10.ebuild index de43dded917d..cc533d1bb997 100644 --- a/net-analyzer/smokeping/smokeping-2.6.10.ebuild +++ b/net-analyzer/smokeping/smokeping-2.6.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" # dropping hppa and sparc because of way too may dependencies not having # keywords in those architectures. -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~x86" # removing fcgi useflag as the configure script can't avoid it without patching IUSE="apache2 curl dig echoping ipv6 ldap radius ssh telnet" diff --git a/net-analyzer/smokeping/smokeping-2.6.11.ebuild b/net-analyzer/smokeping/smokeping-2.6.11.ebuild index e4e552b98ef2..6a253fbb7b73 100644 --- a/net-analyzer/smokeping/smokeping-2.6.11.ebuild +++ b/net-analyzer/smokeping/smokeping-2.6.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" # dropping hppa and sparc because of way too may dependencies not having # keywords in those architectures. -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~x86" # removing fcgi useflag as the configure script can't avoid it without patching IUSE="apache2 curl dig echoping ipv6 radius" diff --git a/net-analyzer/smokeping/smokeping-2.6.9.ebuild b/net-analyzer/smokeping/smokeping-2.6.9.ebuild index b0de9f67c8ab..096133b50eab 100644 --- a/net-analyzer/smokeping/smokeping-2.6.9.ebuild +++ b/net-analyzer/smokeping/smokeping-2.6.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" # dropping hppa and sparc because of way too may dependencies not having # keywords in those architectures. -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 x86" # removing fcgi useflag as the configure script can't avoid it without patching IUSE="apache2 curl dig echoping ipv6 ldap radius ssh telnet" |