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 | 5ebc944673b81a82b9525401baf8c5605a97b0cd (patch) | |
tree | 6d1499872b9dadca65d2021a62abb612781c7922 /sys-apps/blktool/blktool-4.ebuild | |
parent | sci-libs/libcmatrix: Prefer atlas over blas-atlas (diff) | |
download | historical-5ebc944673b81a82b9525401baf8c5605a97b0cd.tar.gz historical-5ebc944673b81a82b9525401baf8c5605a97b0cd.tar.bz2 historical-5ebc944673b81a82b9525401baf8c5605a97b0cd.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-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 |