diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-20 15:30:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-20 15:30:11 +0000 |
commit | abec029e789acfb9db2ecbddda9e00f513ed903b (patch) | |
tree | 9b6bc3566348abfd6ddfc1dc6d0442225eab7455 /media-gfx/DFBPoint | |
parent | Move pkgconfig from RDEPEND to DEPEND. Use toolchain-funcs for CC, respect CF... (diff) | |
download | gentoo-2-abec029e789acfb9db2ecbddda9e00f513ed903b.tar.gz gentoo-2-abec029e789acfb9db2ecbddda9e00f513ed903b.tar.bz2 gentoo-2-abec029e789acfb9db2ecbddda9e00f513ed903b.zip |
pkgconfig should not be in RDEPEND, bug #217278
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'media-gfx/DFBPoint')
-rw-r--r-- | media-gfx/DFBPoint/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/DFBPoint/ChangeLog b/media-gfx/DFBPoint/ChangeLog index 75c9aa96f90e..30880c4de1be 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.12 2008/01/16 19:25:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/ChangeLog,v 1.13 2008/04/20 15:30:11 maekke Exp $ + + 20 Apr 2008; Markus Meier <maekke@gentoo.org> DFBPoint-0.7.2.ebuild: + pkgconfig should not be in RDEPEND, bug #217278 16 Jan 2008; Raúl Porcel <armin76@gentoo.org> DFBPoint-0.7.2.ebuild: Add missing pkgconfig DEPEND, bug #205855 diff --git a/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild b/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild index 75ed0d9ce1bd..6b4a46ccf175 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 # 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.12 2008/01/16 19:25:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 1.13 2008/04/20 15:30:11 maekke Exp $ DESCRIPTION="DFBPoint is presentation program based on DirectFB" HOMEPAGE="http://www.directfb.org/dfbpoint.xml" @@ -11,6 +11,7 @@ SLOT="0" KEYWORDS="~amd64 -sparc x86" IUSE="" +RDEPEND="" DEPEND="dev-util/pkgconfig dev-libs/DirectFB" |