From 9732239352270deb4f6c2d0212b6de17623e273f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Feb 2005 19:41:19 +0000 Subject: stabilize --- dev-libs/libelf/libelf-0.8.4.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dev-libs/libelf') diff --git a/dev-libs/libelf/libelf-0.8.4.ebuild b/dev-libs/libelf/libelf-0.8.4.ebuild index 77068b49c2e7..f9df878e201c 100644 --- a/dev-libs/libelf/libelf-0.8.4.ebuild +++ b/dev-libs/libelf/libelf-0.8.4.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.4.ebuild,v 1.4 2004/06/24 23:16:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.4.ebuild,v 1.5 2005/02/09 19:41:19 vapier Exp $ DESCRIPTION="A ELF object file access library" -SRC_URI="http://www.stud.uni-hannover.de/~michael/software/${P}.tar.gz" HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/" +SRC_URI="http://www.stud.uni-hannover.de/~michael/software/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" +KEYWORDS="alpha amd64 hppa ppc sparc x86" IUSE="nls" DEPEND="!dev-libs/elfutils @@ -16,9 +16,9 @@ DEPEND="!dev-libs/elfutils src_compile() { econf \ - `use_enable nls` \ + $(use_enable nls) \ --enable-shared \ - ${myconf} || die + || die emake || die } @@ -29,5 +29,5 @@ src_install() { includedir=${D}usr/include \ install \ install-compat || die - dodoc COPYING.LIB ChangeLog VERSION README + dodoc ChangeLog VERSION README } -- cgit v1.2.3-65-gdbad