diff options
Diffstat (limited to 'games-arcade/xevil/xevil-2.02_p2.ebuild')
-rw-r--r-- | games-arcade/xevil/xevil-2.02_p2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/xevil/xevil-2.02_p2.ebuild b/games-arcade/xevil/xevil-2.02_p2.ebuild index 9210a60c18a5..98951ca30154 100644 --- a/games-arcade/xevil/xevil-2.02_p2.ebuild +++ b/games-arcade/xevil/xevil-2.02_p2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2.ebuild,v 1.10 2005/09/26 17:37:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2.ebuild,v 1.11 2006/01/29 00:00:28 joshuabaergen Exp $ inherit eutils games @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -RDEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libXpm virtual/x11 )" DEPEND="${RDEPEND} app-arch/unzip" |