diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:19:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:19:42 +0000 |
commit | e6555194df8517e5b2a1f542261a9013f9bda18f (patch) | |
tree | 693672775b6c604403419fe61caee17923a5097c /sys-apps/fakeroot | |
parent | repoman (diff) | |
download | historical-e6555194df8517e5b2a1f542261a9013f9bda18f.tar.gz historical-e6555194df8517e5b2a1f542261a9013f9bda18f.tar.bz2 historical-e6555194df8517e5b2a1f542261a9013f9bda18f.zip |
repoman
Diffstat (limited to 'sys-apps/fakeroot')
-rw-r--r-- | sys-apps/fakeroot/fakeroot-0.4.4-r1.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys-apps/fakeroot/fakeroot-0.4.4-r1.ebuild b/sys-apps/fakeroot/fakeroot-0.4.4-r1.ebuild index 454e2c7f4b7b..9ab4891d63c5 100644 --- a/sys-apps/fakeroot/fakeroot-0.4.4-r1.ebuild +++ b/sys-apps/fakeroot/fakeroot-0.4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-0.4.4-r1.ebuild,v 1.7 2003/10/03 15:37:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-0.4.4-r1.ebuild,v 1.8 2004/02/20 21:19:42 vapier Exp $ inherit gnuconfig @@ -12,7 +12,7 @@ SRC_URI="http://ftp.debian.org/debian/dists/potato/main/source/utils/${MY_P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ~sparc ~ppc alpha" +KEYWORDS="x86 ppc ~sparc alpha amd64" RDEPEND="virtual/glibc" @@ -25,11 +25,6 @@ src_unpack() { fi } -src_compile() { - econf || die "configure problem" - emake || die "compile problem" -} - src_install() { make DESTDIR=${D} install || die "install problem" } |