diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 09:17:30 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 09:17:30 +0000 |
commit | ff93067136c75612f2e8cdfe176e99a6d259149e (patch) | |
tree | 7ba4f995a672035136285fe918638c1c31ad6ef0 /sys-apps/blktool/blktool-4.ebuild | |
parent | sci-libs/libcmatrix: Prefer atlas over blas-atlas (diff) | |
download | gentoo-2-ff93067136c75612f2e8cdfe176e99a6d259149e.tar.gz gentoo-2-ff93067136c75612f2e8cdfe176e99a6d259149e.tar.bz2 gentoo-2-ff93067136c75612f2e8cdfe176e99a6d259149e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sys-apps/blktool/blktool-4.ebuild')
-rw-r--r-- | sys-apps/blktool/blktool-4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/blktool/blktool-4.ebuild b/sys-apps/blktool/blktool-4.ebuild index 91c4f38bb135..f050d9d5ed1f 100644 --- a/sys-apps/blktool/blktool-4.ebuild +++ b/sys-apps/blktool/blktool-4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/blktool/blktool-4.ebuild,v 1.3 2008/04/19 23:00:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/blktool/blktool-4.ebuild,v 1.4 2012/05/04 09:17:28 jdhore Exp $ DESCRIPTION="query and/or change settings of a block device" HOMEPAGE="http://sourceforge.net/projects/gkernel/" @@ -13,7 +13,7 @@ IUSE="" RDEPEND="=dev-libs/glib-2*" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die |