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/libtheora | |
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/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index a4d35637eed1..ed95c93b67d5 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.105 2010/09/25 14:52:08 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.106 2012/05/05 08:02:44 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libtheora-1.1.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> libtheora-1.1.1.ebuild: diff --git a/media-libs/libtheora/libtheora-1.1.1.ebuild b/media-libs/libtheora/libtheora-1.1.1.ebuild index c21ef61b715b..9f4ffe0c39fa 100644 --- a/media-libs/libtheora/libtheora-1.1.1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.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/libtheora/libtheora-1.1.1.ebuild,v 1.8 2010/09/25 14:52:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.9 2012/05/05 08:02:44 jdhore Exp $ EAPI=2 inherit autotools eutils flag-o-matic @@ -21,7 +21,7 @@ RDEPEND="media-libs/libogg >=media-libs/libsdl-0.11.0 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) - dev-util/pkgconfig" + virtual/pkgconfig" VARTEXFONTS=${T}/fonts S=${WORKDIR}/${P/_} |