diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-10-10 09:06:14 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-10-10 09:06:14 +0000 |
commit | 73f777235cd367cc55fabf9a301ff4ad6b7be9c9 (patch) | |
tree | e89198aef037d84ecd571f6b415beb77037f0434 /media-video/dvdauthor | |
parent | Drop redundant systemd unit install, it is supported upstream now. (diff) | |
download | gentoo-2-73f777235cd367cc55fabf9a301ff4ad6b7be9c9.tar.gz gentoo-2-73f777235cd367cc55fabf9a301ff4ad6b7be9c9.tar.bz2 gentoo-2-73f777235cd367cc55fabf9a301ff4ad6b7be9c9.zip |
Add pkgconfig dependency (bug #386603 by Nikoli).
(Portage version: 2.2.0_alpha62/cvs/Linux x86_64)
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.18.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index 7653c211c3ba..2fd736659dcc 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/dvdauthor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.36 2011/10/09 09:37:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.37 2011/10/10 09:06:14 radhermit Exp $ + + 10 Oct 2011; Tim Harder <radhermit@gentoo.org> dvdauthor-0.6.18.ebuild: + Add pkgconfig dependency (bug #386603 by Nikoli). *dvdauthor-0.7.0 (09 Oct 2011) diff --git a/media-video/dvdauthor/dvdauthor-0.6.18.ebuild b/media-video/dvdauthor/dvdauthor-0.6.18.ebuild index 76c4e983218d..7001bb73d8fc 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.18.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.18.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-video/dvdauthor/dvdauthor-0.6.18.ebuild,v 1.4 2011/10/08 16:43:15 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.18.ebuild,v 1.5 2011/10/10 09:06:14 radhermit Exp $ EAPI=4 inherit eutils @@ -20,7 +20,8 @@ RDEPEND="media-libs/libdvdread media-libs/freetype dev-libs/fribidi media-libs/libpng" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" S=${WORKDIR}/${PN} |