diff options
author | Michael Januszewski <spock@gentoo.org> | 2010-03-19 14:08:46 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2010-03-19 14:08:46 +0000 |
commit | b9b0211a92398edd83942cff5c7f99b7e29e9e39 (patch) | |
tree | b2ad916aa36b8d20643b2d2ef8677111ff98f634 /app-emulation/uade/uade-2.13.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-b9b0211a92398edd83942cff5c7f99b7e29e9e39.tar.gz gentoo-2-b9b0211a92398edd83942cff5c7f99b7e29e9e39.tar.bz2 gentoo-2-b9b0211a92398edd83942cff5c7f99b7e29e9e39.zip |
Now that the audacious flag has been removed, do not actually build the plugin.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/uade/uade-2.13.ebuild')
-rw-r--r-- | app-emulation/uade/uade-2.13.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/uade/uade-2.13.ebuild b/app-emulation/uade/uade-2.13.ebuild index e3e978b6d84a..cd09df80a49a 100644 --- a/app-emulation/uade/uade-2.13.ebuild +++ b/app-emulation/uade/uade-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.13.ebuild,v 1.4 2010/03/01 22:57:12 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.13.ebuild,v 1.5 2010/03/19 14:08:46 spock Exp $ inherit eutils @@ -25,6 +25,7 @@ src_compile() { --with-uade123 \ --with-text-scope \ --without-xmms \ + --without-audacious \ || die "configure failed" emake || die 'emake failed' } |