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 | 099d50c81f0a807c01f5c218f2bebfa6b180c641 (patch) | |
tree | f1e06988201817c40da491e90a89dafef2090f7d /app-emulation | |
parent | update DEPEND in some versions, fix RDEPEND in all versions (diff) | |
download | historical-099d50c81f0a807c01f5c218f2bebfa6b180c641.tar.gz historical-099d50c81f0a807c01f5c218f2bebfa6b180c641.tar.bz2 historical-099d50c81f0a807c01f5c218f2bebfa6b180c641.zip |
Changed use_with gnome to use_enable gnome and closing bug #77836.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.14-r1.ebuild | 4 |
3 files changed, 9 insertions, 6 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/Manifest b/app-emulation/vice/Manifest index bb0c9b4f1899..7138a727173a 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -1,6 +1,6 @@ -MD5 ec376f1c8ba9fb363f5daddd499b3453 ChangeLog 2349 +MD5 818191dd26c378e6d35b529adde42ac6 vice-1.14-r1.ebuild 1432 +MD5 9157b08838537030a9390882efe5d677 ChangeLog 2492 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 7a518cc4b5b2a47509bddec344694546 vice-1.14-r1.ebuild 1432 +MD5 eca7586b8ef1c0d8665368c0328f9250 files/digest-vice-1.14-r1 62 MD5 962c8cfd8a9a308b180e1a26c4973625 files/1.14-po-Makefile.patch 560 MD5 5467080b8555dc1bad201449fbdaf87e files/1.14-console-security.patch 3709 -MD5 eca7586b8ef1c0d8665368c0328f9250 files/digest-vice-1.14-r1 62 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 |