diff options
author | 2012-05-04 07:33:12 +0000 | |
---|---|---|
committer | 2012-05-04 07:33:12 +0000 | |
commit | 1e5f166fb22508d71f6bfa0efed2694c0c5373b0 (patch) | |
tree | 43976acb76c5e7f90d588a4dc2e74382ea713b8a /sys-libs/libavc1394/libavc1394-0.5.3.ebuild | |
parent | Fix building with dev-libs/glib >= 2.31 wrt #412365 by Daniel Kuehn and Elis ... (diff) | |
download | gentoo-2-1e5f166fb22508d71f6bfa0efed2694c0c5373b0.tar.gz gentoo-2-1e5f166fb22508d71f6bfa0efed2694c0c5373b0.tar.bz2 gentoo-2-1e5f166fb22508d71f6bfa0efed2694c0c5373b0.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sys-libs/libavc1394/libavc1394-0.5.3.ebuild')
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild index 1c539c081047..fca4bf8438df 100644 --- a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.9 2007/05/16 15:52:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.10 2012/05/04 07:33:12 jdhore Exp $ DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set" HOMEPAGE="http://www.linux1394.org/ http://sourceforge.net/projects/libavc1394/" @@ -13,7 +13,7 @@ IUSE="" RDEPEND=">=sys-libs/libraw1394-0.8" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die |