diff options
-rw-r--r-- | games-emulation/nestra/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/nestra/ChangeLog b/games-emulation/nestra/ChangeLog index e985e6b1518e..27e7ac6cefe0 100644 --- a/games-emulation/nestra/ChangeLog +++ b/games-emulation/nestra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/nestra # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.12 2006/04/27 19:46:50 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.13 2006/12/01 21:31:46 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> nestra-0.66-r1.ebuild: + Removing old virtual/x11 dependency. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-nestra-0.66-r1, Manifest: diff --git a/games-emulation/nestra/nestra-0.66-r1.ebuild b/games-emulation/nestra/nestra-0.66-r1.ebuild index b22cbccafe1c..a9bbe2364adf 100644 --- a/games-emulation/nestra/nestra-0.66-r1.ebuild +++ b/games-emulation/nestra/nestra-0.66-r1.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/nestra/nestra-0.66-r1.ebuild,v 1.15 2006/06/20 22:12:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.16 2006/12/01 21:31:46 wolf31o2 Exp $ inherit eutils toolchain-funcs flag-o-matic multilib games @@ -16,7 +16,7 @@ KEYWORDS="~amd64 x86" IUSE="" RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r7 ) - || ( x11-libs/libX11 virtual/x11 )" + x11-libs/libX11" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} |