summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-05 08:48:20 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-05 08:48:20 +0000
commit5629dd224f2e98ea82ba575ecfe721028a72c0ac (patch)
tree1012fc001c315c0d47dda82d40627d1d26c33d9e /media-libs
parentFix building stable version. Update to EAPI=3. Introduce static-libs. Drop un... (diff)
downloadgentoo-2-5629dd224f2e98ea82ba575ecfe721028a72c0ac.tar.gz
gentoo-2-5629dd224f2e98ea82ba575ecfe721028a72c0ac.tar.bz2
gentoo-2-5629dd224f2e98ea82ba575ecfe721028a72c0ac.zip
Fix implicit RDEPEND assignment.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gle/ChangeLog5
-rw-r--r--media-libs/gle/gle-3.0.1-r2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/gle/ChangeLog b/media-libs/gle/ChangeLog
index 7710e021cfbc..c293c1b82ec6 100644
--- a/media-libs/gle/ChangeLog
+++ b/media-libs/gle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gle
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/ChangeLog,v 1.33 2011/01/05 08:47:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/ChangeLog,v 1.34 2011/01/05 08:48:20 scarabeus Exp $
+
+ 05 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> gle-3.0.1-r2.ebuild:
+ Fix implicit RDEPEND assignment.
05 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> gle-3.0.1-r2.ebuild,
gle-3.1.0-r1.ebuild, -files/configure-LANG.patch:
diff --git a/media-libs/gle/gle-3.0.1-r2.ebuild b/media-libs/gle/gle-3.0.1-r2.ebuild
index a8eae030787b..c6fd161739e8 100644
--- a/media-libs/gle/gle-3.0.1-r2.ebuild
+++ b/media-libs/gle/gle-3.0.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.34 2011/01/05 08:47:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.35 2011/01/05 08:48:20 scarabeus Exp $
EAPI=3
@@ -18,6 +18,7 @@ IUSE="doc static-libs"
DEPEND="virtual/opengl
media-libs/freeglut
app-admin/eselect-opengl"
+RDEPEND="${DEPEND}"
src_prepare() {
# Replace inclusion of malloc.h with stdlib.h as needed by Mac OS X and