diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 09:02:19 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 09:02:19 +0000 |
commit | c2ebaf60a5c661ccfe5f0b15cc376f29bdb9ffd8 (patch) | |
tree | 027b47b930410ccd50356e5687f33226e6848e94 /media-sound/gnomoradio/gnomoradio-0.15.1.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-c2ebaf60a5c661ccfe5f0b15cc376f29bdb9ffd8.tar.gz gentoo-2-c2ebaf60a5c661ccfe5f0b15cc376f29bdb9ffd8.tar.bz2 gentoo-2-c2ebaf60a5c661ccfe5f0b15cc376f29bdb9ffd8.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gnomoradio/gnomoradio-0.15.1.ebuild')
-rw-r--r-- | media-sound/gnomoradio/gnomoradio-0.15.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild index d25d0e4014d3..26a507bf315b 100644 --- a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild +++ b/media-sound/gnomoradio/gnomoradio-0.15.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-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.12 2011/03/28 18:24:27 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.13 2012/05/05 09:02:19 mgorny Exp $ EAPI=2 inherit autotools eutils @@ -22,7 +22,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 media-libs/libao vorbis? ( media-libs/libvorbis )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gcc42.patch \ |