summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-07-29 23:42:12 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-07-29 23:42:12 +0000
commitb028c2fe8f994e97cbc30b6da1adddd358647871 (patch)
tree644091407be17954120ff2b0dc09b962e7d1fdb8 /media-gfx
parentFix build w/ glibc-2.10. (bug #274256) (diff)
downloadgentoo-2-b028c2fe8f994e97cbc30b6da1adddd358647871.tar.gz
gentoo-2-b028c2fe8f994e97cbc30b6da1adddd358647871.tar.bz2
gentoo-2-b028c2fe8f994e97cbc30b6da1adddd358647871.zip
Fixing DEPENDS and RDEPENDS, closes bug #232420
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/DFBPoint/ChangeLog7
-rw-r--r--media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/media-gfx/DFBPoint/ChangeLog b/media-gfx/DFBPoint/ChangeLog
index a8f6979afd59..c90435935356 100644
--- a/media-gfx/DFBPoint/ChangeLog
+++ b/media-gfx/DFBPoint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/DFBPoint
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/ChangeLog,v 1.14 2008/04/21 17:29:10 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/ChangeLog,v 1.15 2009/07/29 23:42:12 vostorga Exp $
+
+ 29 Jul 2009; Víctor Ostorga <vostorga@gentoo.org> DFBPoint-0.7.2.ebuild:
+ Fixing DEPENDS and RDEPENDS, closes bug #232420
21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
diff --git a/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild b/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
index 6b4a46ccf175..97b93dfb745f 100644
--- a/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
+++ b/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 1.13 2008/04/20 15:30:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 1.14 2009/07/29 23:42:12 vostorga Exp $
DESCRIPTION="DFBPoint is presentation program based on DirectFB"
HOMEPAGE="http://www.directfb.org/dfbpoint.xml"
@@ -11,9 +11,11 @@ SLOT="0"
KEYWORDS="~amd64 -sparc x86"
IUSE=""
-RDEPEND=""
DEPEND="dev-util/pkgconfig
- dev-libs/DirectFB"
+ dev-libs/DirectFB
+ >=dev-libs/glib-2"
+RDEPEND="dev-libs/DirectFB
+ >=dev-libs/glib-2"
src_install () {
make DESTDIR="${D}" install || die "make install failed"