diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:38:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:38:49 +0000 |
commit | de32a8ef612f42c1b27435517598fb8dd99f1621 (patch) | |
tree | 00468af42713bad165d8469d1e22faed8596a3c3 /games-arcade/xtux | |
parent | Add ~alpha and ~ia64 (diff) | |
download | gentoo-2-de32a8ef612f42c1b27435517598fb8dd99f1621.tar.gz gentoo-2-de32a8ef612f42c1b27435517598fb8dd99f1621.tar.bz2 gentoo-2-de32a8ef612f42c1b27435517598fb8dd99f1621.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-arcade/xtux')
-rw-r--r-- | games-arcade/xtux/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/xtux/xtux-20030306.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/xtux/ChangeLog b/games-arcade/xtux/ChangeLog index 68f15c5ceef6..c0bdfe406952 100644 --- a/games-arcade/xtux/ChangeLog +++ b/games-arcade/xtux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xtux # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.9 2006/01/29 00:00:28 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.10 2006/12/01 20:38:49 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> xtux-20030306.ebuild: + Removing old virtual/x11 dependency. 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> xtux-20030306.ebuild: diff --git a/games-arcade/xtux/xtux-20030306.ebuild b/games-arcade/xtux/xtux-20030306.ebuild index 2a7c1af065f9..ead482809a98 100644 --- a/games-arcade/xtux/xtux-20030306.ebuild +++ b/games-arcade/xtux/xtux-20030306.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/xtux/xtux-20030306.ebuild,v 1.11 2006/01/29 00:00:28 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.12 2006/12/01 20:38:49 wolf31o2 Exp $ inherit games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="|| ( x11-libs/libXpm virtual/x11 )" +DEPEND="x11-libs/libXpm" S=${WORKDIR}/${PN} |