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 | |
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')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 4a9096b5c758..7c8d7aff0a34 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.19 2005/01/01 14:18:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.20 2005/01/23 00:05:47 wolf31o2 Exp $ + + 22 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> vice-1.14-r1.ebuild: + Changed use_with gnome to use_enable gnome and closing bug #77836. 02 Aug 2004; David Holm <dholm@gentoo.org> vice-1.14-r1.ebuild: Added to ~ppc. 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 |