diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:02:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:02:45 +0000 |
commit | ab229c0719c094cfe5e2e0e1e4e54c48d7739b57 (patch) | |
tree | a17982034d724a4b8ae4981f6d6f7742f3349b8a /media-libs/ctl | |
parent | New separate gnome font viewer package, formerly part of gnome-extra/gnome-ut... (diff) | |
download | historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.tar.gz historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.tar.bz2 historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'media-libs/ctl')
-rw-r--r-- | media-libs/ctl/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/ctl/ctl-1.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/ctl/ChangeLog b/media-libs/ctl/ChangeLog index fb69e1046cfd..c790a20b3a20 100644 --- a/media-libs/ctl/ChangeLog +++ b/media-libs/ctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/ctl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.17 2010/08/23 19:01:17 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.18 2012/05/05 08:02:44 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> ctl-1.4.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> ctl-1.4.1.ebuild: Punt .la files. USE="static-libs". diff --git a/media-libs/ctl/ctl-1.4.1.ebuild b/media-libs/ctl/ctl-1.4.1.ebuild index 6263c165ca1a..12e511e6772c 100644 --- a/media-libs/ctl/ctl-1.4.1.ebuild +++ b/media-libs/ctl/ctl-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.12 2010/08/23 19:05:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.13 2012/05/05 08:02:44 jdhore Exp $ EAPI=2 inherit eutils libtool @@ -16,7 +16,7 @@ IUSE="static-libs" RDEPEND="media-libs/ilmbase" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch |