diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-30 08:17:00 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-30 08:17:00 +0000 |
commit | 6857656a5ec60447696f3f4ef14e22fce255966c (patch) | |
tree | 5e16802f50fb0198a7a7c339d130c968ef46da90 /net-analyzer | |
parent | Remove revision bump which causes a circular dependency as seen in bug #48275... (diff) | |
download | gentoo-2-6857656a5ec60447696f3f4ef14e22fce255966c.tar.gz gentoo-2-6857656a5ec60447696f3f4ef14e22fce255966c.tar.bz2 gentoo-2-6857656a5ec60447696f3f4ef14e22fce255966c.zip |
Stable on amd64 and x86, wrt bug #482936
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/mtr/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/mtr/mtr-0.85.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/mtr/ChangeLog b/net-analyzer/mtr/ChangeLog index d618c82ae081..658aeb245f3c 100644 --- a/net-analyzer/mtr/ChangeLog +++ b/net-analyzer/mtr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/mtr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.140 2013/08/29 16:21:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.141 2013/08/30 08:17:00 pinkbyte Exp $ + + 30 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> mtr-0.85.ebuild: + Stable on amd64 and x86, wrt bug #482936 29 Aug 2013; Jeroen Roovers <jer@gentoo.org> mtr-0.85.ebuild: Stable for HPPA (bug #482936). diff --git a/net-analyzer/mtr/mtr-0.85.ebuild b/net-analyzer/mtr/mtr-0.85.ebuild index 7ece743609f2..de2bb7499f19 100644 --- a/net-analyzer/mtr/mtr-0.85.ebuild +++ b/net-analyzer/mtr/mtr-0.85.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.8 2013/08/29 16:21:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.9 2013/08/30 08:17:00 pinkbyte Exp $ EAPI=5 inherit eutils autotools flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="gtk ipv6 suid" RDEPEND=" |