diff options
author | Thomas Kahle <tomka@gentoo.org> | 2013-10-01 20:25:12 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2013-10-01 20:25:12 +0000 |
commit | bb5fa1e654aa119e3223d69dc4ac1d2d68e870c5 (patch) | |
tree | e9025b67907fc4bc5b271dbc8e6c224da39aac99 /games-strategy | |
parent | version bump (bug #486706) (diff) | |
download | gentoo-2-bb5fa1e654aa119e3223d69dc4ac1d2d68e870c5.tar.gz gentoo-2-bb5fa1e654aa119e3223d69dc4ac1d2d68e870c5.tar.bz2 gentoo-2-bb5fa1e654aa119e3223d69dc4ac1d2d68e870c5.zip |
Fix missing dependency on dev-games/ois (bug 486700
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeorion/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/freeorion/ChangeLog b/games-strategy/freeorion/ChangeLog index 045589ccd44e..eb71cc53fb3f 100644 --- a/games-strategy/freeorion/ChangeLog +++ b/games-strategy/freeorion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freeorion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.7 2013/09/19 12:10:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.8 2013/10/01 20:25:12 tomka Exp $ + + 01 Oct 2013; Thomas Kahle <tomka@gentoo.org> freeorion-0.4.3.ebuild: + Fix missing dependency on dev-games/ois (bug 486700 19 Sep 2013; Julian Ospald <hasufell@gentoo.org> freeorion-0.4.3.ebuild: fix PYTHON_COMPAT diff --git a/games-strategy/freeorion/freeorion-0.4.3.ebuild b/games-strategy/freeorion/freeorion-0.4.3.ebuild index cce40fa61006..bf7c561decf0 100644 --- a/games-strategy/freeorion/freeorion-0.4.3.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.3.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/freeorion/freeorion-0.4.3.ebuild,v 1.2 2013/09/19 12:10:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.3 2013/10/01 20:25:12 tomka Exp $ EAPI=5 @@ -22,7 +22,8 @@ IUSE="cg" # The split version dev-games/gigi is not used anymore as of 0.4.3 RDEPEND=" !dev-games/gigi - dev-games/ogre[cg?,opengl] + dev-games/ogre[cg?,ois,opengl] + dev-games/ois >=dev-libs/boost-1.47[python] media-libs/freealut media-libs/libogg |