diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-21 04:41:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-21 04:41:51 +0000 |
commit | 4bc7623e8b5fc056e688e607b32cee2f833bff41 (patch) | |
tree | e3292edaf0024018a37aafe4cf456d6820499f9f /app-emulation/vice | |
parent | Fix xmame dir #96651 by Kerin Millar. (diff) | |
download | gentoo-2-4bc7623e8b5fc056e688e607b32cee2f833bff41.tar.gz gentoo-2-4bc7623e8b5fc056e688e607b32cee2f833bff41.tar.bz2 gentoo-2-4bc7623e8b5fc056e688e607b32cee2f833bff41.zip |
fix gnome DEPEND #96637 by UncleOwen
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/vice-1.14-r1.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.16.ebuild | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/app-emulation/vice/vice-1.14-r1.ebuild b/app-emulation/vice/vice-1.14-r1.ebuild index a07a88c8f20b..7b4025080d4d 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.6 2005/04/24 11:15:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14-r1.ebuild,v 1.7 2005/06/21 04:41:51 vapier Exp $ inherit eutils games @@ -10,15 +10,13 @@ SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="ppc x86" IUSE="sdl nls gnome arts" -RDEPEND="virtual/x11 +DEPEND="virtual/x11 sdl? ( media-libs/libsdl ) - gnome? ( gnome-base/libgnomeui ) + gnome? ( gnome-base/gnome-libs ) arts? ( kde-base/arts )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/app-emulation/vice/vice-1.16.ebuild b/app-emulation/vice/vice-1.16.ebuild index 2afe6180f5a7..630406394ec0 100644 --- a/app-emulation/vice/vice-1.16.ebuild +++ b/app-emulation/vice/vice-1.16.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.16.ebuild,v 1.3 2005/05/04 16:11:40 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.4 2005/06/21 04:41:51 vapier Exp $ inherit games @@ -19,7 +19,7 @@ DEPEND="virtual/libc media-libs/libpng sys-libs/zlib arts? ( kde-base/arts ) - gnome? ( gnome-base/libgnomeui ) + gnome? ( gnome-base/gnome-libs ) readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl ) X? ( virtual/x11 ) @@ -27,7 +27,7 @@ DEPEND="virtual/libc src_unpack() { unpack ${A} - epatch ${FILESDIR}/vice_gcc4_patch.gz + epatch "${FILESDIR}"/vice_gcc4_patch.gz } |