diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:33:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:33:32 +0000 |
commit | 390b92abb7e5cc205117d3e59e01889c68df9616 (patch) | |
tree | cba2014569bc820e1b461686f2470890bbbf1675 /dev-libs/libdnet | |
parent | sync IUSE (+sdl, +svga) (Manifest recommit) (diff) | |
download | gentoo-2-390b92abb7e5cc205117d3e59e01889c68df9616.tar.gz gentoo-2-390b92abb7e5cc205117d3e59e01889c68df9616.tar.bz2 gentoo-2-390b92abb7e5cc205117d3e59e01889c68df9616.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r-- | dev-libs/libdnet/libdnet-1.4.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.7.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libdnet/libdnet-1.4.ebuild b/dev-libs/libdnet/libdnet-1.4.ebuild index 8c38ef77adea..7d17a56abe85 100644 --- a/dev-libs/libdnet/libdnet-1.4.ebuild +++ b/dev-libs/libdnet/libdnet-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.12 2004/06/24 23:15:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.13 2004/07/14 14:33:32 agriffis Exp $ DESCRIPTION="libdnet provides a simplified, portable interface to several low-level networking routines." HOMEPAGE="http://libdnet.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 sparc hppa ~ia64" +IUSE="" src_compile() { econf || die diff --git a/dev-libs/libdnet/libdnet-1.7.ebuild b/dev-libs/libdnet/libdnet-1.7.ebuild index 60c68a68fd3d..a5e38779aac5 100644 --- a/dev-libs/libdnet/libdnet-1.7.ebuild +++ b/dev-libs/libdnet/libdnet-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.9 2004/07/13 18:44:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.10 2004/07/14 14:33:32 agriffis Exp $ DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="http://libdnet.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc hppa ~ia64 ~amd64" +IUSE="" src_install () { einstall || die |