diff options
Diffstat (limited to 'games-emulation/nestra/nestra-0.66-r1.ebuild')
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |