diff options
-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 921a69cc05ca..69b6fc9c8d12 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.99 2014/10/17 14:11:01 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.100 2014/11/11 18:03:55 armin76 Exp $ + + 11 Nov 2014; Raúl Porcel <armin76@gentoo.org> traceroute-2.0.20.ebuild: + Revert to ~alpha 17 Oct 2014; Tobias Klausmann <klausman@gentoo.org> traceroute-2.0.20.ebuild: Stable on alpha, bug 517380 diff --git a/net-analyzer/traceroute/traceroute-2.0.20.ebuild b/net-analyzer/traceroute/traceroute-2.0.20.ebuild index 4a9878e18fbd..82b1a190172c 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.3 2014/10/17 14:11:01 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.20.ebuild,v 1.4 2014/11/11 18:03:55 armin76 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" |