diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
commit | 86d4b84a588733ba9eff5d03e899cf9d522d0392 (patch) | |
tree | d6f7ff0f73b0f09900b3d2b76231c2d113f1c5a3 /games-action/transcend | |
parent | Stable on x86; bug #120489 (diff) | |
download | historical-86d4b84a588733ba9eff5d03e899cf9d522d0392.tar.gz historical-86d4b84a588733ba9eff5d03e899cf9d522d0392.tar.bz2 historical-86d4b84a588733ba9eff5d03e899cf9d522d0392.zip |
Fix dependencies for modular X.
Package-Manager: portage-2.1_pre4
Diffstat (limited to 'games-action/transcend')
-rw-r--r-- | games-action/transcend/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/transcend/transcend-0.2.ebuild | 9 | ||||
-rw-r--r-- | games-action/transcend/transcend-0.3.ebuild | 8 |
3 files changed, 16 insertions, 9 deletions
diff --git a/games-action/transcend/ChangeLog b/games-action/transcend/ChangeLog index 594bb4ad528a..c2161c3f15b0 100644 --- a/games-action/transcend/ChangeLog +++ b/games-action/transcend/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/transcend -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.3 2005/09/04 02:27:07 mr_bones_ Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.4 2006/01/28 21:19:10 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> + transcend-0.2.ebuild, transcend-0.3.ebuild: + Add modular X dependencies. *transcend-0.3 (04 Sep 2005) diff --git a/games-action/transcend/transcend-0.2.ebuild b/games-action/transcend/transcend-0.2.ebuild index 12ff9c7881b6..706abce466ba 100644 --- a/games-action/transcend/transcend-0.2.ebuild +++ b/games-action/transcend/transcend-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.2.ebuild,v 1.2 2005/02/22 12:21:54 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.2.ebuild,v 1.3 2006/01/28 21:19:10 joshuabaergen Exp $ inherit games @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="virtual/libc - virtual/x11 +DEPEND="|| ( ( x11-libs/libXmu + x11-libs/libXi ) + virtual/x11 ) virtual/opengl virtual/glu virtual/glut" diff --git a/games-action/transcend/transcend-0.3.ebuild b/games-action/transcend/transcend-0.3.ebuild index a5f80df7a50b..02a3499c57c3 100644 --- a/games-action/transcend/transcend-0.3.ebuild +++ b/games-action/transcend/transcend-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.1 2005/09/04 02:27:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.2 2006/01/28 21:19:10 joshuabaergen Exp $ inherit games @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="" -DEPEND="virtual/x11 +DEPEND="|| ( ( x11-libs/libXmu + x11-libs/libXi ) + virtual/x11 ) virtual/opengl virtual/glu virtual/glut" |