diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 00:00:28 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 00:00:28 +0000 |
commit | 440bdbe756ba3d24db41ebb981d6f20a7ebaf120 (patch) | |
tree | ab599388bff6261e47498a00900d0097d1c239e1 /games-arcade/xevil | |
parent | Version bump. (diff) | |
download | gentoo-2-440bdbe756ba3d24db41ebb981d6f20a7ebaf120.tar.gz gentoo-2-440bdbe756ba3d24db41ebb981d6f20a7ebaf120.tar.bz2 gentoo-2-440bdbe756ba3d24db41ebb981d6f20a7ebaf120.zip |
Fix this category's dependencies to work with modular X.
(Portage version: 2.1_pre4)
Diffstat (limited to 'games-arcade/xevil')
-rw-r--r-- | games-arcade/xevil/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/xevil/xevil-2.02_p2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/xevil/ChangeLog b/games-arcade/xevil/ChangeLog index 8b83b0fe2e84..cdd340cb5c21 100644 --- a/games-arcade/xevil/ChangeLog +++ b/games-arcade/xevil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/xevil -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/ChangeLog,v 1.7 2005/09/26 17:37:31 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/ChangeLog,v 1.8 2006/01/29 00:00:28 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> + xevil-2.02_p2.ebuild: + Add modular X dependencies. 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> xevil-2.02_p2.ebuild: Making games last on inherit line. 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" |