summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-06-25 19:03:57 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-06-25 19:03:57 +0000
commit1500dcf1e4403e5e084b3d9b3910c54984cfe749 (patch)
treeff40cf80d092ff64df163449749e42b81afaa9e7 /dev-libs/libRocket
parentVersion bump (diff)
downloadgentoo-2-1500dcf1e4403e5e084b3d9b3910c54984cfe749.tar.gz
gentoo-2-1500dcf1e4403e5e084b3d9b3910c54984cfe749.tar.bz2
gentoo-2-1500dcf1e4403e5e084b3d9b3910c54984cfe749.zip
fix deps
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'dev-libs/libRocket')
-rw-r--r--dev-libs/libRocket/ChangeLog6
-rw-r--r--dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-libs/libRocket/ChangeLog b/dev-libs/libRocket/ChangeLog
index 0557c77d30fc..ad42059996fb 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.4 2013/05/29 13:24:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.5 2013/06/25 19:03:57 hasufell Exp $
+
+ 25 Jun 2013; Julian Ospald <hasufell@gentoo.org>
+ libRocket-1.2.1_p20130110.ebuild:
+ fix deps
29 May 2013; Julian Ospald <hasufell@gentoo.org> libRocket-1.2.1.ebuild,
libRocket-1.2.1_p20130110.ebuild, libRocket-1.2.1_p20130110-r1.ebuild,
diff --git a/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild b/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild
index baae4c478a67..3bc37e772294 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.3 2013/05/29 13:24:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild,v 1.4 2013/06/25 19:03:57 hasufell Exp $
EAPI=5
@@ -20,7 +20,12 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="media-libs/freetype
python? (
${PYTHON_DEPS}
- dev-libs/boost[python,${PYTHON_USEDEP}]
+ dev-libs/boost[python]
+ )
+ samples? (
+ virtual/opengl
+ x11-libs/libXext
+ x11-libs/libX11
)"
DEPEND="${RDEPEND}"