diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-02-08 19:02:31 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-02-08 19:02:31 +0000 |
commit | 5699db4b1d2cc6cbbbbfbfa6ac962c08ec5cfd26 (patch) | |
tree | 35b0af62ba2c80a970fed7f41cea61508da1e1eb /dev-games/crystalspace | |
parent | replace flag O0 with O1, inherited flag-o-matic and ordered other eclasses al... (diff) | |
download | gentoo-2-5699db4b1d2cc6cbbbbfbfa6ac962c08ec5cfd26.tar.gz gentoo-2-5699db4b1d2cc6cbbbbfbfa6ac962c08ec5cfd26.tar.bz2 gentoo-2-5699db4b1d2cc6cbbbbfbfa6ac962c08ec5cfd26.zip |
Depends conditionally on dev-games/cegui
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 35e3221e5dd6..80abbb31003e 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.23 2007/02/08 07:22:32 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.24 2007/02/08 19:02:31 tupone Exp $ + + 08 Feb 2007; <tupone@gentoo.org> crystalspace-1.0.ebuild: + Depends conditionally on dev-games/cegui 08 Feb 2007; Tristan Heaven <nyhm@gentoo.org> crystalspace-1.0.ebuild: Use java-pkg-opt-2 eclass diff --git a/dev-games/crystalspace/crystalspace-1.0.ebuild b/dev-games/crystalspace/crystalspace-1.0.ebuild index 709ff8c89cdc..00f20af77c24 100644 --- a/dev-games/crystalspace/crystalspace-1.0.ebuild +++ b/dev-games/crystalspace/crystalspace-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.5 2007/02/08 07:22:32 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.6 2007/02/08 19:02:31 tupone Exp $ inherit java-pkg-opt-2 multilib @@ -32,6 +32,7 @@ RDEPEND="virtual/opengl wxwindows? ( x11-libs/pango >=x11-libs/wxGTK-2.6 ) javascript? ( dev-lang/spidermonkey ) + cegui? ( >=dev-games/cegui-0.5.0 ) x11-libs/libXaw x11-libs/libXxf86vm" DEPEND="${RDEPEND} |