diff options
author | Sam James <sam@gentoo.org> | 2021-01-03 09:10:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-03 09:10:10 +0000 |
commit | 0ab5ed345754a261451c56c98584ee89ba4e323b (patch) | |
tree | 6904f5d8a240995bcf0c8451ffa1ad80ac3077dc /net-analyzer/hping | |
parent | sys-libs/e2fsprogs-libs: Stabilize 1.45.6 amd64, #763147 (diff) | |
download | gentoo-0ab5ed345754a261451c56c98584ee89ba4e323b.tar.gz gentoo-0ab5ed345754a261451c56c98584ee89ba4e323b.tar.bz2 gentoo-0ab5ed345754a261451c56c98584ee89ba4e323b.zip |
net-analyzer/hping: Stabilize 3_pre20141226 amd64, #763150
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/hping-3_pre20141226.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/hping/hping-3_pre20141226.ebuild b/net-analyzer/hping/hping-3_pre20141226.ebuild index d58de2c0ec2a..b8ee02f3fa97 100644 --- a/net-analyzer/hping/hping-3_pre20141226.ebuild +++ b/net-analyzer/hping/hping-3_pre20141226.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/antirez/${PN}/archive/${HPING_COMMIT}.zip -> ${P}.zi LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="tcl" S=${WORKDIR}/${PN}-${HPING_COMMIT} |