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/xtux-20030306.ebuild | |
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/xtux-20030306.ebuild')
-rw-r--r-- | games-arcade/xtux/xtux-20030306.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |