commit: c60b1fbe1792efd022ece73f46b7b40d73113294
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 08:31:38 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 08:31:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60b1fbe
dev-python/soya: Needs newer ode to build, fix other deps
Package-Manager: Portage-2.3.31, Repoman-2.3.9
.../soya/{soya-0.15_rc1.ebuild => soya-0.15_rc1-r1.ebuild} | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-python/soya/soya-0.15_rc1.ebuild
b/dev-python/soya/soya-0.15_rc1-r1.ebuild
similarity index 87%
rename from dev-python/soya/soya-0.15_rc1.ebuild
rename to dev-python/soya/soya-0.15_rc1-r1.ebuild
index 874b44e3b51..4f7eb6a14cb 100644
--- a/dev-python/soya/soya-0.15_rc1.ebuild
+++ b/dev-python/soya/soya-0.15_rc1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,19 +22,20 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
-DEPEND=">=dev-games/ode-0.10[-double-precision]
+RDEPEND=">=dev-games/ode-0.14[-double-precision]
dev-python/editobj
dev-python/pillow
>=dev-python/pyopenal-0.1.6
media-fonts/freefonts
>=media-libs/cal3d-0.10
media-libs/freeglut
- >=media-libs/freetype-2.1.5
- >=media-libs/glew-1.3.3:*
+ >=media-libs/freetype-2.1.5:2
+ >=media-libs/glew-1.3.3:0
>=media-libs/libsdl-1.2.8[opengl]
media-libs/openal
- virtual/opengl"
-RDEPEND="${DEPEND}"
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}"