diff options
author | Otavio Rodolfo Piske <angusyoung@gentoo.org> | 2005-04-05 22:57:13 +0000 |
---|---|---|
committer | Otavio Rodolfo Piske <angusyoung@gentoo.org> | 2005-04-05 22:57:13 +0000 |
commit | eab8173fa02ee9e3e28ae298f75aa2cdde386f96 (patch) | |
tree | 6624ff64bfb5be2c5e27571a0e0e5ca6888ade04 /net-analyzer/echoping | |
parent | - yank profile.bashrc. maintainer is taking changes :) (diff) | |
download | gentoo-2-eab8173fa02ee9e3e28ae298f75aa2cdde386f96.tar.gz gentoo-2-eab8173fa02ee9e3e28ae298f75aa2cdde386f96.tar.bz2 gentoo-2-eab8173fa02ee9e3e28ae298f75aa2cdde386f96.zip |
Removed one of the two use_enable icp in src_compile. Closes bug #87975
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/echoping')
-rw-r--r-- | net-analyzer/echoping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/echoping/echoping-5.2.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/echoping/ChangeLog b/net-analyzer/echoping/ChangeLog index ec279db5b3d4..9633b3434946 100644 --- a/net-analyzer/echoping/ChangeLog +++ b/net-analyzer/echoping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/echoping # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.2 2005/01/25 17:14:38 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.3 2005/04/05 22:57:13 angusyoung Exp $ + + 05 Apr 2005; Otavio R. Piske <angusyoung@gentoo.org> echoping-5.2.0.ebuild: + Removed 1 of the 2 use_enable icp in src_compile 25 Jan 2005; Otavio R. Piske <angusyoung@gentoo.org> echoping-5.2.0.ebuild: Removed einstall in favour of emake install diff --git a/net-analyzer/echoping/echoping-5.2.0.ebuild b/net-analyzer/echoping/echoping-5.2.0.ebuild index 129c4405b1f7..03a6b5a5944f 100644 --- a/net-analyzer/echoping/echoping-5.2.0.ebuild +++ b/net-analyzer/echoping/echoping-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-5.2.0.ebuild,v 1.2 2005/01/25 17:14:38 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-5.2.0.ebuild,v 1.3 2005/04/05 22:57:13 angusyoung Exp $ inherit eutils @@ -36,7 +36,6 @@ src_compile() { `use_enable http` \ `use_enable icp` \ `use_with idn libidn` \ - `use_enable icp` \ `use_enable smtp` \ `use_enable tos` \ `use_enable priority` \ |