summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2006-09-19 20:40:38 +0000
committerPatrick McLean <chutzpah@gentoo.org>2006-09-19 20:40:38 +0000
commit1cee0d30f199322ebf79d98a086143172e5e9cea (patch)
tree2d8fee92c692772bb0d4260bca5ffca252aef41e
parentFixing Manifest/digests due to bug #147628. (diff)
downloadgentoo-2-1cee0d30f199322ebf79d98a086143172e5e9cea.tar.gz
gentoo-2-1cee0d30f199322ebf79d98a086143172e5e9cea.tar.bz2
gentoo-2-1cee0d30f199322ebf79d98a086143172e5e9cea.zip
Add dep on dev-util/pkgconfig as per bug #148220. Clear out old version.
(Portage version: 2.1.2_pre1)
-rw-r--r--sys-fs/ntfs3g/ChangeLog6
-rw-r--r--sys-fs/ntfs3g/ntfs3g-0.1_beta20070910.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index f677dd099a3e..26373b51f416 100644
--- a/sys-fs/ntfs3g/ChangeLog
+++ b/sys-fs/ntfs3g/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.11 2006/09/11 14:04:07 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.12 2006/09/19 20:40:38 chutzpah Exp $
+
+ 19 Sep 2006; Patrick McLean <chutzpah@gentoo.org>
+ ntfs3g-0.1_beta20070910.ebuild:
+ Add dep on dev-util/pkgconfig as per bug #148220. Clear out old version.
*ntfs3g-0.1_beta20070910 (11 Sep 2006)
diff --git a/sys-fs/ntfs3g/ntfs3g-0.1_beta20070910.ebuild b/sys-fs/ntfs3g/ntfs3g-0.1_beta20070910.ebuild
index 5cbb5979ba41..a3f56ddfa562 100644
--- a/sys-fs/ntfs3g/ntfs3g-0.1_beta20070910.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-0.1_beta20070910.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-0.1_beta20070910.ebuild,v 1.1 2006/09/11 14:04:07 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-0.1_beta20070910.ebuild,v 1.2 2006/09/19 20:40:38 chutzpah Exp $
MY_PN="${PN/3g/-3g}"
MY_PV="${PV#0.1_beta}"
@@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=sys-fs/fuse-2.5.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"