diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-10 11:57:07 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-10 11:57:07 +0000 |
commit | bd1ce48bcd92931dbf1fc1fee636a09ad149c9d7 (patch) | |
tree | 0ca84b1f5b3780aa7671c23852d4860066c261a6 /net-analyzer/traceroute | |
parent | stable x86, security bug 299751 (diff) | |
download | gentoo-2-bd1ce48bcd92931dbf1fc1fee636a09ad149c9d7.tar.gz gentoo-2-bd1ce48bcd92931dbf1fc1fee636a09ad149c9d7.tar.bz2 gentoo-2-bd1ce48bcd92931dbf1fc1fee636a09ad149c9d7.zip |
stable x86, bug 299971
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/traceroute')
-rw-r--r-- | net-analyzer/traceroute/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.0.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog index c294319d5f41..73eee7af6c25 100644 --- a/net-analyzer/traceroute/ChangeLog +++ b/net-analyzer/traceroute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/traceroute # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.67 2010/01/09 15:35:34 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.68 2010/01/10 11:57:07 fauli Exp $ + + 10 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + traceroute-2.0.12.ebuild: + stable x86, bug 299971 09 Jan 2010; Tiago Cunha <tcunha@gentoo.org> traceroute-2.0.12.ebuild: stable sparc, bug 299971 diff --git a/net-analyzer/traceroute/traceroute-2.0.12.ebuild b/net-analyzer/traceroute/traceroute-2.0.12.ebuild index 0221b4d89531..209f2f184c0d 100644 --- a/net-analyzer/traceroute/traceroute-2.0.12.ebuild +++ b/net-analyzer/traceroute/traceroute-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.12.ebuild,v 1.2 2010/01/09 15:35:34 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.12.ebuild,v 1.3 2010/01/10 11:57:07 fauli Exp $ inherit flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="static" src_compile() { |