diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-23 00:05:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-23 00:05:47 +0000 |
commit | cc0e9b6729913ae7a6ec1ff362e93c2e196fec48 (patch) | |
tree | 71a7db3a4e0cf75c25a1948446f860a0ee3170e7 /app-emulation/vice/vice-1.14-r1.ebuild | |
parent | update DEPEND in some versions, fix RDEPEND in all versions (diff) | |
download | gentoo-2-cc0e9b6729913ae7a6ec1ff362e93c2e196fec48.tar.gz gentoo-2-cc0e9b6729913ae7a6ec1ff362e93c2e196fec48.tar.bz2 gentoo-2-cc0e9b6729913ae7a6ec1ff362e93c2e196fec48.zip |
Changed use_with gnome to use_enable gnome and closing bug #77836.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-emulation/vice/vice-1.14-r1.ebuild')
-rw-r--r-- | app-emulation/vice/vice-1.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vice/vice-1.14-r1.ebuild b/app-emulation/vice/vice-1.14-r1.ebuild index dfc4ccbece59..0219e7fcb977 100644 --- a/app-emulation/vice/vice-1.14-r1.ebuild +++ b/app-emulation/vice/vice-1.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14-r1.ebuild,v 1.4 2005/01/01 14:18:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14-r1.ebuild,v 1.5 2005/01/23 00:05:47 wolf31o2 Exp $ inherit eutils games @@ -34,7 +34,7 @@ src_compile() { --enable-fullscreen \ --disable-dependency-tracking \ $(use_with sdl) \ - $(use_with gnome gnomeui) \ + $(use_enable gnome gnomeui) \ $(use_with arts) \ $(use_enable nls) \ || die |