diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-01-18 22:31:09 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-01-18 22:31:09 +0000 |
commit | 310d4b13b1b5fa39cccb958487cc7fc46581b4c2 (patch) | |
tree | d895542af82cd92f06eead8176110adcbf716d48 /dev-libs/libRocket | |
parent | version bump (diff) | |
download | gentoo-2-310d4b13b1b5fa39cccb958487cc7fc46581b4c2.tar.gz gentoo-2-310d4b13b1b5fa39cccb958487cc7fc46581b4c2.tar.bz2 gentoo-2-310d4b13b1b5fa39cccb958487cc7fc46581b4c2.zip |
fix deps
(Portage version: 2.2.0_alpha153/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'dev-libs/libRocket')
-rw-r--r-- | dev-libs/libRocket/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libRocket/libRocket-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libRocket/libRocket-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/libRocket/ChangeLog b/dev-libs/libRocket/ChangeLog index 74b5bed09a54..81136a33955e 100644 --- a/dev-libs/libRocket/ChangeLog +++ b/dev-libs/libRocket/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libRocket # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.1 2013/01/18 18:40:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.2 2013/01/18 22:31:09 hasufell Exp $ + + 18 Jan 2013; Julian Ospald <hasufell@gentoo.org> libRocket-1.2.1.ebuild, + libRocket-1.2.1_p20130110.ebuild, libRocket-9999.ebuild: + fix deps *libRocket-9999 (18 Jan 2013) *libRocket-1.2.1_p20130110 (18 Jan 2013) diff --git a/dev-libs/libRocket/libRocket-1.2.1.ebuild b/dev-libs/libRocket/libRocket-1.2.1.ebuild index a13d7aa24677..932d6120d437 100644 --- a/dev-libs/libRocket/libRocket-1.2.1.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1.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/dev-libs/libRocket/libRocket-1.2.1.ebuild,v 1.1 2013/01/18 18:40:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1.ebuild,v 1.2 2013/01/18 22:31:09 hasufell Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="python samples" RDEPEND="media-libs/freetype python? ( ${PYTHON_DEPS} - dev-libs/boost[${PYTHON_USEDEP}] + dev-libs/boost[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND}" diff --git a/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild b/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild index 4e47ef140da9..8d2df42b211c 100644 --- a/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1_p20130110.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/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild,v 1.1 2013/01/18 18:40:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild,v 1.2 2013/01/18 22:31:09 hasufell Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="python samples" RDEPEND="media-libs/freetype python? ( ${PYTHON_DEPS} - dev-libs/boost[${PYTHON_USEDEP}] + dev-libs/boost[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND}" diff --git a/dev-libs/libRocket/libRocket-9999.ebuild b/dev-libs/libRocket/libRocket-9999.ebuild index 1feda37a00d2..adefe0822a4c 100644 --- a/dev-libs/libRocket/libRocket-9999.ebuild +++ b/dev-libs/libRocket/libRocket-9999.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/dev-libs/libRocket/libRocket-9999.ebuild,v 1.1 2013/01/18 18:40:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 1.2 2013/01/18 22:31:09 hasufell Exp $ EAPI=5 @@ -20,7 +20,7 @@ IUSE="python samples" RDEPEND="media-libs/freetype python? ( ${PYTHON_DEPS} - dev-libs/boost[${PYTHON_USEDEP}] + dev-libs/boost[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND}" |