diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 19:56:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 19:56:48 +0000 |
commit | ee30885e759ded989636bac2e43664966f8ea8ae (patch) | |
tree | a9fa40c8b3c23d1324eaad6a5b4a279565d8b97f /games-action/tuxkart | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-ee30885e759ded989636bac2e43664966f8ea8ae.tar.gz gentoo-2-ee30885e759ded989636bac2e43664966f8ea8ae.tar.bz2 gentoo-2-ee30885e759ded989636bac2e43664966f8ea8ae.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/tuxkart')
-rw-r--r-- | games-action/tuxkart/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/tuxkart/tuxkart-0.4.0.ebuild | 24 |
2 files changed, 13 insertions, 16 deletions
diff --git a/games-action/tuxkart/ChangeLog b/games-action/tuxkart/ChangeLog index e79a94bb5d5e..bf9341cb25ae 100644 --- a/games-action/tuxkart/ChangeLog +++ b/games-action/tuxkart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/tuxkart # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/tuxkart/ChangeLog,v 1.11 2006/01/20 20:37:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/tuxkart/ChangeLog,v 1.12 2006/12/01 19:56:48 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> tuxkart-0.4.0.ebuild: + Removing old virtual/x11 dependency. 20 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> tuxkart-0.4.0.ebuild: Added modular X dependencies and closing bug #119096. diff --git a/games-action/tuxkart/tuxkart-0.4.0.ebuild b/games-action/tuxkart/tuxkart-0.4.0.ebuild index ce14fc5abb38..a3948a9d046f 100644 --- a/games-action/tuxkart/tuxkart-0.4.0.ebuild +++ b/games-action/tuxkart/tuxkart-0.4.0.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-action/tuxkart/tuxkart-0.4.0.ebuild,v 1.4 2006/01/20 20:37:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/tuxkart/tuxkart-0.4.0.ebuild,v 1.5 2006/12/01 19:56:48 wolf31o2 Exp $ inherit games @@ -14,24 +14,18 @@ KEYWORDS="alpha amd64 x86" IUSE="" RDEPEND=">=media-libs/plib-1.8.0 - || ( - ( - x11-libs/libX11 - x11-libs/libICE - x11-libs/libSM - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXi ) - virtual/x11 ) + x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXi virtual/opengl" DEPEND="${RDEPEND} - || ( - x11-libs/libXt - virtual/x11 ) - >=sys-apps/sed-4" + x11-libs/libXt" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # apparently <sys/perm.h> doesn't exist on alpha |