diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:17:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:17:20 +0000 |
commit | 203d3fc1e7fd4fc9af7e4307526417297cf20811 (patch) | |
tree | ff6d15767865b2f5180a515e6ff5d548a34a45eb /dev-libs | |
parent | don't dep on arch for gnuconfig_update, don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-203d3fc1e7fd4fc9af7e4307526417297cf20811.tar.gz historical-203d3fc1e7fd4fc9af7e4307526417297cf20811.tar.bz2 historical-203d3fc1e7fd4fc9af7e4307526417297cf20811.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild index c6a593968dad..cff56beb0d36 100644 --- a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild +++ b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.11 2004/07/02 04:37:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.12 2004/07/14 14:17:20 agriffis Exp $ inherit debug -S=${WORKDIR}/${P} DESCRIPTION="A Debug Malloc Library" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" HOMEPAGE="http://dmalloc.com/" @@ -12,6 +11,7 @@ HOMEPAGE="http://dmalloc.com/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" |