diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 19:47:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 19:47:34 +0000 |
commit | fe5de06e26e9a27a760bae1ef7d1c4b64e294980 (patch) | |
tree | d3afd2f9fe314ef40332a9261ff6faa2b56f3505 /games-action/transcend/transcend-0.3.ebuild | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-fe5de06e26e9a27a760bae1ef7d1c4b64e294980.tar.gz gentoo-2-fe5de06e26e9a27a760bae1ef7d1c4b64e294980.tar.bz2 gentoo-2-fe5de06e26e9a27a760bae1ef7d1c4b64e294980.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/transcend/transcend-0.3.ebuild')
-rw-r--r-- | games-action/transcend/transcend-0.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-action/transcend/transcend-0.3.ebuild b/games-action/transcend/transcend-0.3.ebuild index 4209b4b423eb..b32258f529f6 100644 --- a/games-action/transcend/transcend-0.3.ebuild +++ b/games-action/transcend/transcend-0.3.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/transcend/transcend-0.3.ebuild,v 1.3 2006/11/22 15:18:18 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.4 2006/12/01 19:47:34 wolf31o2 Exp $ inherit games @@ -13,9 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="|| ( ( x11-libs/libXmu - x11-libs/libXi ) - virtual/x11 ) +DEPEND="x11-libs/libXmu + x11-libs/libXi virtual/opengl virtual/glu virtual/glut" |