diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:39:11 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:39:11 +0000 |
commit | f28aed7e2ded096db11fc5d1aa1bfd7364cd1222 (patch) | |
tree | c8c1c96cb8ce0d149115cfe9f1962e340e38b371 /app-emulation/vice | |
parent | pickup gtk for gnome-1.x removal (diff) | |
download | gentoo-2-f28aed7e2ded096db11fc5d1aa1bfd7364cd1222.tar.gz gentoo-2-f28aed7e2ded096db11fc5d1aa1bfd7364cd1222.tar.bz2 gentoo-2-f28aed7e2ded096db11fc5d1aa1bfd7364cd1222.zip |
add back gnome flag where it was dropped incorrectly
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.20.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 048c7d2662fd..4e33d4a070bf 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.41 2006/11/17 23:06:10 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.42 2006/11/18 22:39:11 compnerd Exp $ + + 18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> vice-1.20.ebuild: + add back gnome useflag errornously dropped on 1.20 17 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> vice-1.17.ebuild, vice-1.19.ebuild, vice-1.20.ebuild: diff --git a/app-emulation/vice/vice-1.20.ebuild b/app-emulation/vice/vice-1.20.ebuild index ad6a50d4bf2c..0730e8c4dbf0 100644 --- a/app-emulation/vice/vice-1.20.ebuild +++ b/app-emulation/vice/vice-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.20.ebuild,v 1.3 2006/11/17 23:06:10 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.20.ebuild,v 1.4 2006/11/18 22:39:11 compnerd Exp $ inherit games @@ -11,7 +11,7 @@ SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="Xaw3d alsa arts esd nls png readline sdl" +IUSE="Xaw3d alsa arts esd gnome nls png readline sdl" RDEPEND="media-libs/giflib media-libs/jpeg @@ -29,6 +29,7 @@ RDEPEND="media-libs/giflib alsa? ( media-libs/alsa-lib ) arts? ( kde-base/arts ) esd? ( media-sound/esound ) + gnome? ( gnome-base/libgnomeui ) nls? ( virtual/libintl ) png? ( media-libs/libpng ) readline? ( sys-libs/readline ) @@ -63,6 +64,7 @@ src_compile() { --enable-realdevice \ --with-resid \ --without-midas \ + $(use_enable gnome gnomeui) \ $(use_enable nls) \ $(use_with Xaw3d xaw3d) \ $(use_with alsa) \ |