From 32024b3152e55606d3015ad49ea5368b11303a30 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 25 Oct 2010 07:50:44 +0000 Subject: Missing dev-util/pkgconfig DEPEND wrt #340967 by "Faustus". (Portage version: 2.2.0_alpha1/cvs/Linux x86_64) --- sys-fs/ntfs3g/ChangeLog | 6 +++++- sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sys-fs') diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index a3446a9217ca..ac7155a978d0 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.103 2010/08/13 13:54:54 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.104 2010/10/25 07:50:44 ssuominen Exp $ + + 25 Oct 2010; Samuli Suominen + ntfs3g-2010.8.8.ebuild: + Missing dev-util/pkgconfig DEPEND wrt #340967 by "Faustus". 13 Aug 2010; Joseph Jezak ntfs3g-2010.3.6.ebuild: Marked ppc/ppc64 stable for bug #328171. diff --git a/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild b/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild index 5703ec20b852..a6e8ba1729bd 100644 --- a/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild,v 1.1 2010/08/10 14:38:25 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild,v 1.2 2010/10/25 07:50:44 ssuominen Exp $ EAPI=2 inherit linux-info @@ -20,6 +20,7 @@ IUSE="acl debug hal suid udev +external-fuse" RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 ) hal? ( sys-apps/hal )" DEPEND="${RDEPEND} + dev-util/pkgconfig sys-apps/attr" S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad