diff options
author | 2012-05-04 00:50:42 +0000 | |
---|---|---|
committer | 2012-05-04 00:50:42 +0000 | |
commit | 3cbe4b98576431f8de68244693497c1a32c75bca (patch) | |
tree | a660250781cbed0f9d387a1f452a49ec98475f7c /media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild | |
parent | Fix hangs with glib-2.32 (bug #413331, thanks to Per Pomsel). (diff) | |
download | historical-3cbe4b98576431f8de68244693497c1a32c75bca.tar.gz historical-3cbe4b98576431f8de68244693497c1a32c75bca.tar.bz2 historical-3cbe4b98576431f8de68244693497c1a32c75bca.zip |
Update to virtual/pkgconfig.
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild')
-rw-r--r-- | media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild b/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild index af3fb0f8940c..9162d17ed661 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.37.1.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/subtitleeditor/subtitleeditor-0.37.1.ebuild,v 1.2 2011/03/29 06:04:16 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild,v 1.3 2012/05/04 00:50:42 tetromino Exp $ EAPI="2" @@ -33,7 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/intltool-0.40 - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { export GST_REGISTRY="${T}/home/registry.cache.xml" |