diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-05-26 07:49:18 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-05-26 07:49:18 +0000 |
commit | b5c8984ec235a84203fdb2492752ee4cca14e744 (patch) | |
tree | 2b1c0253f49b8d9221628d3780808843d6d4154b /games-strategy | |
parent | Version bump. The new version switches to GTK+3 and upower-0.99*, has some re... (diff) | |
download | gentoo-2-b5c8984ec235a84203fdb2492752ee4cca14e744.tar.gz gentoo-2-b5c8984ec235a84203fdb2492752ee4cca14e744.tar.bz2 gentoo-2-b5c8984ec235a84203fdb2492752ee4cca14e744.zip |
Add missing glew dependency (bug 550382)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeorion/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.5_pre.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/freeorion/ChangeLog b/games-strategy/freeorion/ChangeLog index 067df5855464..837412f4dd72 100644 --- a/games-strategy/freeorion/ChangeLog +++ b/games-strategy/freeorion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freeorion # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.15 2015/04/08 18:11:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16 2015/05/26 07:49:18 tomka Exp $ + + 26 May 2015; Thomas Kahle <tomka@gentoo.org> freeorion-0.4.5_pre.ebuild: + Add missing glew dependency (bug 550382) 08 Apr 2015; Michał Górny <mgorny@gentoo.org> freeorion-0.4.5_pre.ebuild: Drop old Python implementations diff --git a/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild b/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild index b4c608135db7..fd8738d98713 100644 --- a/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.2 2015/04/08 18:11:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.3 2015/05/26 07:49:18 tomka Exp $ EAPI=5 @@ -23,6 +23,7 @@ RDEPEND=" media-libs/libsdl2 >=dev-libs/boost-1.47[python] media-libs/freealut + media-libs/glew media-libs/libogg media-libs/libsdl[X,opengl,video] media-libs/libvorbis |