diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:19:01 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:19:01 +0000 |
commit | 35c018a1373b62d6561b4bd869f32c3790b5c179 (patch) | |
tree | 83c9674fea148bbcabe2e829ccdc785d0069bcf9 /games-action/transcend | |
parent | Stable on amd64/x86 wrt bug #149666. (diff) | |
download | historical-35c018a1373b62d6561b4bd869f32c3790b5c179.tar.gz historical-35c018a1373b62d6561b4bd869f32c3790b5c179.tar.bz2 historical-35c018a1373b62d6561b4bd869f32c3790b5c179.zip |
Removing old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-action/transcend')
-rw-r--r-- | games-action/transcend/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/transcend/transcend-0.3.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-action/transcend/ChangeLog b/games-action/transcend/ChangeLog index 92dd7530de67..0a388cd6f2e8 100644 --- a/games-action/transcend/ChangeLog +++ b/games-action/transcend/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/transcend # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.5 2006/11/22 15:18:18 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.6 2006/12/01 19:47:34 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> transcend-0.3.ebuild: + Removing old virtual/x11 dependency. 22 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> transcend-0.3.ebuild: Add ~amd64 wrt bug #155890. 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" |