diff options
author | Markus Meier <maekke@gentoo.org> | 2014-12-07 20:28:51 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-12-07 20:28:51 +0000 |
commit | ca85b7d5cf76f073cea865f1f0a191cc1edf5918 (patch) | |
tree | 827df651a75985abcb237f93dd084c0a136a8858 /net-analyzer/traceroute | |
parent | arm stable, bug #517720 (diff) | |
download | gentoo-2-ca85b7d5cf76f073cea865f1f0a191cc1edf5918.tar.gz gentoo-2-ca85b7d5cf76f073cea865f1f0a191cc1edf5918.tar.bz2 gentoo-2-ca85b7d5cf76f073cea865f1f0a191cc1edf5918.zip |
arm stable, bug #517380
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-analyzer/traceroute')
-rw-r--r-- | net-analyzer/traceroute/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog index dbd1efc2bf86..71ef91b9e703 100644 --- a/net-analyzer/traceroute/ChangeLog +++ b/net-analyzer/traceroute/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/traceroute # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.103 2014/11/23 21:06:52 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.104 2014/12/07 20:28:51 maekke Exp $ + + 07 Dec 2014; Markus Meier <maekke@gentoo.org> traceroute-2.0.20.ebuild: + arm stable, bug #517380 23 Nov 2014; Chema Alonso <nimiux@gentoo.org> traceroute-2.0.20.ebuild: Stable for amd64 wrt bug #517380 diff --git a/net-analyzer/traceroute/traceroute-2.0.20.ebuild b/net-analyzer/traceroute/traceroute-2.0.20.ebuild index 10f4e8aac3ff..e3e13ed934e7 100644 --- a/net-analyzer/traceroute/traceroute-2.0.20.ebuild +++ b/net-analyzer/traceroute/traceroute-2.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.20.ebuild,v 1.6 2014/11/23 21:06:52 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.20.ebuild,v 1.7 2014/12/07 20:28:51 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="static" RDEPEND="!<net-misc/iputils-20121221-r1" |