diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 20:48:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 20:48:47 +0000 |
commit | 412c050d481b3b127d2e6ceee08df18419fe52e6 (patch) | |
tree | 436f43c380dab8712502d273d95b20bc417c1cb6 /games-action/rune | |
parent | Remove hppa and ia64 until they can keyword libnotify (diff) | |
download | historical-412c050d481b3b127d2e6ceee08df18419fe52e6.tar.gz historical-412c050d481b3b127d2e6ceee08df18419fe52e6.tar.bz2 historical-412c050d481b3b127d2e6ceee08df18419fe52e6.zip |
Stable on amd64/x86 since there have been no bug reports in quite some time. Removing older revisions. Removing virtual/x11 from dependencies.
Package-Manager: portage-2.1.1
Diffstat (limited to 'games-action/rune')
-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 |