diff options
author | 2006-09-15 20:48:47 +0000 | |
---|---|---|
committer | 2006-09-15 20:48:47 +0000 | |
commit | 8a99d32e8ee05ee08cf17985c7143fa6d25619bf (patch) | |
tree | 48b57f9b749a9c3bdee873a2434d217948bdb498 /games-action | |
parent | Remove hppa and ia64 until they can keyword libnotify (diff) | |
download | gentoo-2-8a99d32e8ee05ee08cf17985c7143fa6d25619bf.tar.gz gentoo-2-8a99d32e8ee05ee08cf17985c7143fa6d25619bf.tar.bz2 gentoo-2-8a99d32e8ee05ee08cf17985c7143fa6d25619bf.zip |
Stable on amd64/x86 since there have been no bug reports in quite some time. Removing older revisions. Removing virtual/x11 from dependencies.
(Portage version: 2.1.1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/rune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/rune/rune-1.07-r2.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-action/rune/ChangeLog b/games-action/rune/ChangeLog index b36272dcbf5a..1e32beb6f453 100644 --- a/games-action/rune/ChangeLog +++ b/games-action/rune/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/rune # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.10 2006/05/24 20:54:40 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.11 2006/09/15 20:48:47 wolf31o2 Exp $ + + 15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> -rune-1.07-r1.ebuild, + rune-1.07-r2.ebuild: + Stable on amd64/x86 since there have been no bug reports in quite some time. + Removing older revisions. Removing virtual/x11 from dependencies. 24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> rune-1.07-r2.ebuild: Changed libsdl dependency and closing bug #117918. diff --git a/games-action/rune/rune-1.07-r2.ebuild b/games-action/rune/rune-1.07-r2.ebuild index dab65abb0b54..b7c8369774b2 100644 --- a/games-action/rune/rune-1.07-r2.ebuild +++ b/games-action/rune/rune-1.07-r2.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/rune/rune-1.07-r2.ebuild,v 1.2 2006/05/24 20:54:40 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.3 2006/09/15 20:48:47 wolf31o2 Exp $ inherit eutils games @@ -11,17 +11,14 @@ SRC_URI="mirror://gentoo/rune-all-0.2.tar.bz2 LICENSE="LOKI-EULA" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="virtual/opengl dev-util/xdelta x86? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 ) + x11-libs/libX11 + x11-libs/libXext >=media-libs/libsdl-1.2.9-r1 ) amd64? ( app-emulation/emul-linux-x86-xlibs |