diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-25 07:50:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-25 07:50:44 +0000 |
commit | 32024b3152e55606d3015ad49ea5368b11303a30 (patch) | |
tree | 2b5ce0718c6583fe302c4990f6aa995741a720e3 /sys-fs | |
parent | Missing dev-util/pkgconfig DEPEND wrt #239798. (diff) | |
download | gentoo-2-32024b3152e55606d3015ad49ea5368b11303a30.tar.gz gentoo-2-32024b3152e55606d3015ad49ea5368b11303a30.tar.bz2 gentoo-2-32024b3152e55606d3015ad49ea5368b11303a30.zip |
Missing dev-util/pkgconfig DEPEND wrt #340967 by "Faustus".
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2010.8.8.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
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 <ssuominen@gentoo.org> + ntfs3g-2010.8.8.ebuild: + Missing dev-util/pkgconfig DEPEND wrt #340967 by "Faustus". 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> 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}" |