diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-01 11:36:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-01 11:36:29 +0000 |
commit | 7da61a39ce1315a9f903620547823f4c4b26d410 (patch) | |
tree | 9cde4d86c4d04cf7736bb0406deac6276356e86b /app-emulation | |
parent | Fixed dep on gnu-classpath-inetlib (Manifest recommit) (diff) | |
download | gentoo-2-7da61a39ce1315a9f903620547823f4c4b26d410.tar.gz gentoo-2-7da61a39ce1315a9f903620547823f4c4b26d410.tar.bz2 gentoo-2-7da61a39ce1315a9f903620547823f4c4b26d410.zip |
IUSE sync
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/uade/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/uade/uade-0.91.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog index 623e398e27a3..2f9f0feb8f73 100644 --- a/app-emulation/uade/ChangeLog +++ b/app-emulation/uade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/uade # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.10 2004/07/28 12:05:41 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.11 2004/08/01 11:36:29 mr_bones_ Exp $ + + 01 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> uade-0.91.ebuild: + IUSE sync *uade-0.91 (28 Jul 2004) diff --git a/app-emulation/uade/uade-0.91.ebuild b/app-emulation/uade/uade-0.91.ebuild index 1d2ec22be479..6dc1c5929677 100644 --- a/app-emulation/uade/uade-0.91.ebuild +++ b/app-emulation/uade/uade-0.91.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/app-emulation/uade/uade-0.91.ebuild,v 1.1 2004/07/28 12:05:41 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-0.91.ebuild,v 1.2 2004/08/01 11:36:29 mr_bones_ Exp $ DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API" HOMEPAGE="http://uade.ton.tut.fi/" @@ -9,7 +9,7 @@ SRC_URI="http://uade.ton.tut.fi/uade/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="xmms sdl alsa oss" +IUSE="xmms sdl alsa oss perl" RDEPEND="xmms? ( >=media-sound/xmms-1.2.2 x11-libs/gtk+ ) sdl? ( media-libs/libsdl ) @@ -27,10 +27,10 @@ src_compile() { --package-prefix=${D} \ --docdir=/usr/share/doc/${PF} \ --without-bmp \ - `use_with oss` \ - `use_with sdl` \ - `use_with alsa` \ - `use_with xmms` \ + $(use_with oss) \ + $(use_with sdl) \ + $(use_with alsa) \ + $(use_with xmms) \ || die "configure failed" emake || die 'emake failed' |