diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 22:18:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 22:18:55 +0000 |
commit | 64be4c4f6f6394eb1df15b39b68f2aec8b795d7f (patch) | |
tree | 2a3db76d59f646bc001332c88de6a3eac92d3d92 /sys-apps/noflushd/noflushd-2.6.3.ebuild | |
parent | Patched makefile to build PIC shared object. BUG #55386. (diff) | |
download | historical-64be4c4f6f6394eb1df15b39b68f2aec8b795d7f.tar.gz historical-64be4c4f6f6394eb1df15b39b68f2aec8b795d7f.tar.bz2 historical-64be4c4f6f6394eb1df15b39b68f2aec8b795d7f.zip |
sync IUSE (missing), glibc -> libc
Diffstat (limited to 'sys-apps/noflushd/noflushd-2.6.3.ebuild')
-rw-r--r-- | sys-apps/noflushd/noflushd-2.6.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/noflushd/noflushd-2.6.3.ebuild b/sys-apps/noflushd/noflushd-2.6.3.ebuild index 55f40d3f3231..d4caa2d6345d 100644 --- a/sys-apps/noflushd/noflushd-2.6.3.ebuild +++ b/sys-apps/noflushd/noflushd-2.6.3.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/sys-apps/noflushd/noflushd-2.6.3.ebuild,v 1.10 2004/06/24 22:19:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.6.3.ebuild,v 1.11 2004/06/30 22:18:55 agriffis Exp $ S="${WORKDIR}/${P}" @@ -10,9 +10,10 @@ SRC_URI="mirror://sourceforge/noflushd/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" KEYWORDS="x86 amd64 -ppc" +IUSE="" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ./configure --prefix=/usr \ |