diff options
author | 2004-07-14 20:28:56 +0000 | |
---|---|---|
committer | 2004-07-14 20:28:56 +0000 | |
commit | 36c25c94bde08149e707d79747445f5a14143a97 (patch) | |
tree | b33aa45a62b0da4bb9bf6f6c193ebc336ecab6e0 /media-libs/resid | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-36c25c94bde08149e707d79747445f5a14143a97.tar.gz gentoo-2-36c25c94bde08149e707d79747445f5a14143a97.tar.bz2 gentoo-2-36c25c94bde08149e707d79747445f5a14143a97.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-libs/resid')
-rw-r--r-- | media-libs/resid/resid-0.13-r1.ebuild | 3 | ||||
-rw-r--r-- | media-libs/resid/resid-0.13.ebuild | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/resid/resid-0.13-r1.ebuild b/media-libs/resid/resid-0.13-r1.ebuild index 66f97b237a18..e35678f27c8a 100644 --- a/media-libs/resid/resid-0.13-r1.ebuild +++ b/media-libs/resid/resid-0.13-r1.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/media-libs/resid/resid-0.13-r1.ebuild,v 1.8 2004/07/01 08:03:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13-r1.ebuild,v 1.9 2004/07/14 20:25:31 agriffis Exp $ DESCRIPTION="C++ library to emulate the C64 SID chip" HOMEPAGE="http://sidplay2.sourceforge.net" @@ -10,7 +10,6 @@ SLOT="0" IUSE="" KEYWORDS="x86 sparc " DEPEND="virtual/libc" -S=${WORKDIR}/${P} src_compile() { econf || die diff --git a/media-libs/resid/resid-0.13.ebuild b/media-libs/resid/resid-0.13.ebuild index 4931e9796727..917711f29690 100644 --- a/media-libs/resid/resid-0.13.ebuild +++ b/media-libs/resid/resid-0.13.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/media-libs/resid/resid-0.13.ebuild,v 1.7 2004/06/24 23:20:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13.ebuild,v 1.8 2004/07/14 20:25:31 agriffis Exp $ DESCRIPTION="C++ library to emulate the C64 SID chip" HOMEPAGE="http://sidplay2.sourceforge.net" @@ -8,8 +8,8 @@ SRC_URI="http://unc.dl.sourceforge.net/sourceforge/sidplay2/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" DEPEND="" -S=${WORKDIR}/${P} src_compile() { ./configure \ |