diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:50:53 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:50:53 +0000 |
commit | 3094664c55176133b8926069c6f9f27a9a4f0774 (patch) | |
tree | 7c3fd92491be9e23250831063ff978c37aef86ef /sci-misc/oww/oww-0.82.1.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-3094664c55176133b8926069c6f9f27a9a4f0774.tar.gz gentoo-2-3094664c55176133b8926069c6f9f27a9a4f0774.tar.bz2 gentoo-2-3094664c55176133b8926069c6f9f27a9a4f0774.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-misc/oww/oww-0.82.1.ebuild')
-rw-r--r-- | sci-misc/oww/oww-0.82.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-misc/oww/oww-0.82.1.ebuild b/sci-misc/oww/oww-0.82.1.ebuild index d0229fe5d711..537420a41a10 100644 --- a/sci-misc/oww/oww-0.82.1.ebuild +++ b/sci-misc/oww/oww-0.82.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/sci-misc/oww/oww-0.82.1.ebuild,v 1.2 2010/06/24 20:58:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild,v 1.3 2012/05/04 07:50:52 jdhore Exp $ EAPI="3" DESCRIPTION="A one-wire weather station for Dallas Semiconductor" @@ -17,7 +17,7 @@ RDEPEND=" net-misc/curl x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i \ |