diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:37:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:37:00 +0000 |
commit | aefeb7ea79a8bf329715cf26076194f2a7c32a90 (patch) | |
tree | 9c5ff0ad0e2b89e113b00f8433204977a19d5da0 /net-misc/hlfl | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-aefeb7ea79a8bf329715cf26076194f2a7c32a90.tar.gz gentoo-2-aefeb7ea79a8bf329715cf26076194f2a7c32a90.tar.bz2 gentoo-2-aefeb7ea79a8bf329715cf26076194f2a7c32a90.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/hlfl')
-rw-r--r-- | net-misc/hlfl/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/hlfl/hlfl-0.60.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/hlfl/ChangeLog b/net-misc/hlfl/ChangeLog index 2108b225c0d8..0e39c603b6bd 100644 --- a/net-misc/hlfl/ChangeLog +++ b/net-misc/hlfl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/hlfl -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.15 2008/01/25 20:20:21 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.16 2009/09/23 19:37:00 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hlfl-0.60.1.ebuild: + Remove virtual/libc 25 Jan 2008; Raúl Porcel <armin76@gentoo.org> -hlfl-0.60.0.ebuild, hlfl-0.60.1.ebuild: diff --git a/net-misc/hlfl/hlfl-0.60.1.ebuild b/net-misc/hlfl/hlfl-0.60.1.ebuild index c92c413c4c83..fc0be618a913 100644 --- a/net-misc/hlfl/hlfl-0.60.1.ebuild +++ b/net-misc/hlfl/hlfl-0.60.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.9 2008/01/25 20:20:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.10 2009/09/23 19:37:00 patrick Exp $ IUSE="" DESCRIPTION="High Level Firewall Language" @@ -10,7 +10,7 @@ LICENSE="GPL-2" KEYWORDS="~ppc sparc x86" SLOT="0" -DEPEND="virtual/libc" +DEPEND="" src_compile() { sed -i -e 's:${datadir}/hlfl:${datadir}:' configure |