diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-10-15 23:33:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-10-15 23:33:35 +0000 |
commit | bbedb6de434e373e41e0f3094e69735b5bab68fe (patch) | |
tree | 43b78eae69599a238d36da9b93575d6a261ec839 /games-arcade/xevil | |
parent | version bump from usptream (diff) | |
download | gentoo-2-bbedb6de434e373e41e0f3094e69735b5bab68fe.tar.gz gentoo-2-bbedb6de434e373e41e0f3094e69735b5bab68fe.tar.bz2 gentoo-2-bbedb6de434e373e41e0f3094e69735b5bab68fe.zip |
touchup deps
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'games-arcade/xevil')
-rw-r--r-- | games-arcade/xevil/xevil-2.02_p2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild b/games-arcade/xevil/xevil-2.02_p2-r1.ebuild index e3cbc0cb8b82..13feaeb85cfb 100644 --- a/games-arcade/xevil/xevil-2.02_p2-r1.ebuild +++ b/games-arcade/xevil/xevil-2.02_p2-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-arcade/xevil/xevil-2.02_p2-r1.ebuild,v 1.1 2006/10/15 22:57:06 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2-r1.ebuild,v 1.2 2006/10/15 23:33:35 mr_bones_ Exp $ inherit eutils games @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -RDEPEND="|| ( x11-libs/libXpm virtual/x11 )" +RDEPEND="x11-libs/libXpm" DEPEND="${RDEPEND} app-arch/unzip" |