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 | |
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')
-rw-r--r-- | app-emulation/uade/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/uade/uade-2.13.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog index 04e910c86d7c..badb669359e0 100644 --- a/app-emulation/uade/ChangeLog +++ b/app-emulation/uade/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/uade # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.57 2010/03/01 22:57:12 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.58 2010/03/19 14:08:46 spock Exp $ + + 19 Mar 2010; Michał Januszewski <spock@gentoo.org> uade-2.13.ebuild: + Now that the audacious flag has been removed, do not actually build the + plugin. 01 Mar 2010; <chainsaw@gentoo.org> -uade-2.12.ebuild, uade-2.13.ebuild, metadata.xml: 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' } |