diff options
author | 2006-12-01 20:39:56 +0000 | |
---|---|---|
committer | 2006-12-01 20:39:56 +0000 | |
commit | b32ff190326e3ca8ecbb5ede77a09e1042f71dd2 (patch) | |
tree | 590a44de5dbf375ef30293042c367e2f629753db | |
parent | Add ~alpha and ~ia64 keywords. (diff) | |
download | gentoo-2-b32ff190326e3ca8ecbb5ede77a09e1042f71dd2.tar.gz gentoo-2-b32ff190326e3ca8ecbb5ede77a09e1042f71dd2.tar.bz2 gentoo-2-b32ff190326e3ca8ecbb5ede77a09e1042f71dd2.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
-rw-r--r-- | games-arcade/xboing/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/xboing/xboing-2.4-r1.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-arcade/xboing/ChangeLog b/games-arcade/xboing/ChangeLog index 922effeb7bab..5344d85e9ccc 100644 --- a/games-arcade/xboing/ChangeLog +++ b/games-arcade/xboing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xboing # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xboing/ChangeLog,v 1.10 2006/04/27 19:06:31 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xboing/ChangeLog,v 1.11 2006/12/01 20:39:56 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> xboing-2.4-r1.ebuild: + Removing old virtual/x11 dependency. 27 Apr 2006; <Tupone@gentoo.org> -files/01_all_insaneSpeed.patch, -xboing-2.4-r2.ebuild: diff --git a/games-arcade/xboing/xboing-2.4-r1.ebuild b/games-arcade/xboing/xboing-2.4-r1.ebuild index 5f88d5923bc9..91d56a8e701e 100644 --- a/games-arcade/xboing/xboing-2.4-r1.ebuild +++ b/games-arcade/xboing/xboing-2.4-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/xboing/xboing-2.4-r1.ebuild,v 1.9 2006/01/29 00:00:27 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xboing/xboing-2.4-r1.ebuild,v 1.10 2006/12/01 20:39:56 wolf31o2 Exp $ inherit eutils games @@ -14,12 +14,11 @@ SLOT="0" KEYWORDS="ppc sparc x86" IUSE="" -RDEPEND="|| ( x11-libs/libXpm virtual/x11 )" +RDEPEND="x11-libs/libXpm" DEPEND="${RDEPEND} - || ( ( app-text/rman - x11-misc/gccmakedep - x11-misc/imake ) - virtual/x11 )" + app-text/rman + x11-misc/gccmakedep + x11-misc/imake" S=${WORKDIR}/${PN} |