diff options
author | 2013-11-05 15:41:29 +0000 | |
---|---|---|
committer | 2013-11-05 15:41:29 +0000 | |
commit | 523633795e55fa245e0ddbe722a4d53b2e806f0b (patch) | |
tree | 9c0a900c437da31f154842acc9963aa4701e24ac /games-strategy | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-523633795e55fa245e0ddbe722a4d53b2e806f0b.tar.gz gentoo-2-523633795e55fa245e0ddbe722a4d53b2e806f0b.tar.bz2 gentoo-2-523633795e55fa245e0ddbe722a4d53b2e806f0b.zip |
Not compatible with >=media-libs/glfw-3
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/s25rttr/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/s25rttr/s25rttr-0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/s25rttr/ChangeLog b/games-strategy/s25rttr/ChangeLog index 102959f63419..aa3d8994c15d 100644 --- a/games-strategy/s25rttr/ChangeLog +++ b/games-strategy/s25rttr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/s25rttr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.3 2013/02/16 22:39:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.4 2013/11/05 15:41:29 chithanh Exp $ + + 05 Nov 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + s25rttr-0.8.ebuild: + Not compatible with >=media-libs/glfw-3 16 Feb 2013; Agostino Sarubbo <ago@gentoo.org> s25rttr-0.8.ebuild: Stable for x86, wrt bug #457886 diff --git a/games-strategy/s25rttr/s25rttr-0.8.ebuild b/games-strategy/s25rttr/s25rttr-0.8.ebuild index 316ee091fabf..ad7de95a35bf 100644 --- a/games-strategy/s25rttr/s25rttr-0.8.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild,v 1.3 2013/02/16 22:39:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild,v 1.4 2013/11/05 15:41:29 chithanh Exp $ EAPI=4 inherit eutils cmake-utils gnome2-utils games @@ -24,7 +24,7 @@ RDEPEND="app-arch/bzip2 net-libs/miniupnpc virtual/libiconv virtual/opengl - glfw? ( media-libs/glfw )" + glfw? ( <media-libs/glfw-3 )" DEPEND="${RDEPEND} sys-devel/gettext" |