diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-14 00:00:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-14 00:00:55 +0000 |
commit | 632774f57242ec05d4af51588c58381c448a465f (patch) | |
tree | 45bd24afd233088e21307dd4c585846d3b5968ed | |
parent | arm/ia64/s390/sh stable (diff) | |
download | gentoo-2-632774f57242ec05d4af51588c58381c448a465f.tar.gz gentoo-2-632774f57242ec05d4af51588c58381c448a465f.tar.bz2 gentoo-2-632774f57242ec05d4af51588c58381c448a465f.zip |
arm/ia64/s390/sh stable
(Portage version: 2.1.2_rc4-r9)
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.06-r2.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild b/net-libs/liblockfile/liblockfile-1.06-r2.ebuild index 285fa0788f58..a6c2942dff5a 100644 --- a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild +++ b/net-libs/liblockfile/liblockfile-1.06-r2.ebuild @@ -1,9 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r2.ebuild,v 1.4 2007/01/09 08:20:14 corsair Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r2.ebuild,v 1.5 2007/01/14 00:00:55 vapier Exp $ inherit eutils multilib flag-o-matic autotools @@ -13,16 +10,16 @@ SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86" IUSE="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch "${FILESDIR}/${P}-glibc24.patch" - epatch "${FILESDIR}/${P}-respectflags.patch" - epatch "${FILESDIR}/${PN}-orphan-file.patch" + epatch "${FILESDIR}"/${P}-glibc24.patch + epatch "${FILESDIR}"/${P}-respectflags.patch + epatch "${FILESDIR}"/${PN}-orphan-file.patch eautoreconf @@ -38,5 +35,5 @@ src_compile() { src_install() { dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3} - make ROOT="${D}" install || die + emake ROOT="${D}" install || die } |