diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:58:59 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:58:59 +0000 |
commit | 5f8ac644b0aef04bdfb98172708167b7bfdd7cb5 (patch) | |
tree | bc1a5d7a1574403e131ad51531cfa1832faf21a7 /media-video/xvid4conf | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-5f8ac644b0aef04bdfb98172708167b7bfdd7cb5.tar.gz historical-5f8ac644b0aef04bdfb98172708167b7bfdd7cb5.tar.bz2 historical-5f8ac644b0aef04bdfb98172708167b7bfdd7cb5.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'media-video/xvid4conf')
-rw-r--r-- | media-video/xvid4conf/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/xvid4conf/xvid4conf-1.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/xvid4conf/ChangeLog b/media-video/xvid4conf/ChangeLog index d8f48bcd32d8..b0e6155235bc 100644 --- a/media-video/xvid4conf/ChangeLog +++ b/media-video/xvid4conf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/xvid4conf -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/ChangeLog,v 1.17 2011/03/23 08:54:29 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/ChangeLog,v 1.18 2012/05/05 08:58:50 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> xvid4conf-1.12.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Mar 2011; Tim Harder <radhermit@gentoo.org> xvid4conf-1.12.ebuild: Use slot dependency for gtk+. diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild index a7a0a005906d..77956db61208 100644 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild +++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.18 2011/03/23 08:54:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.19 2012/05/05 08:58:50 jdhore Exp $ EAPI=2 @@ -15,7 +15,7 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2.2.4:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { dodir /usr/{include,lib} |