diff options
Diffstat (limited to 'games-emulation/vgba')
-rw-r--r-- | games-emulation/vgba/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/vgba/vgba-2.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/vgba/ChangeLog b/games-emulation/vgba/ChangeLog index f135546349a6..ab4f995af470 100644 --- a/games-emulation/vgba/ChangeLog +++ b/games-emulation/vgba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/vgba # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.7 2006/10/15 23:12:31 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.8 2006/12/01 21:32:58 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> vgba-2.1.ebuild: + Removing old virtual/x11 dependency. *vgba-3.0 (15 Oct 2006) diff --git a/games-emulation/vgba/vgba-2.1.ebuild b/games-emulation/vgba/vgba-2.1.ebuild index 34dfc27fe4ea..d01e64a6b9e0 100644 --- a/games-emulation/vgba/vgba-2.1.ebuild +++ b/games-emulation/vgba/vgba-2.1.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/games-emulation/vgba/vgba-2.1.ebuild,v 1.6 2006/09/19 19:17:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-2.1.ebuild,v 1.7 2006/12/01 21:32:58 wolf31o2 Exp $ inherit games @@ -15,8 +15,7 @@ RESTRICT="strip" IUSE="" RDEPEND="sys-libs/zlib - || ( x11-libs/libXext - virtual/x11 )" + x11-libs/libXext" S="${WORKDIR}" |