summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-09 19:41:19 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-09 19:41:19 +0000
commita06e30788991241612c050c3888f4c6ba715d1d3 (patch)
tree4cbdfd3630c24c9131e908c1419fb6cd87455deb /dev-libs
parentremove this after termcap-related discussion with vapier and seemant (diff)
downloadhistorical-a06e30788991241612c050c3888f4c6ba715d1d3.tar.gz
historical-a06e30788991241612c050c3888f4c6ba715d1d3.tar.bz2
historical-a06e30788991241612c050c3888f4c6ba715d1d3.zip
stabilize
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libelf/libelf-0.8.4.ebuild14
1 files changed, 7 insertions, 7 deletions
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
}