diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 19:09:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 19:09:18 +0000 |
commit | 2f10f19b8f5fcf419c9ad8ced1e1deada765627b (patch) | |
tree | 6cafbcb2aece48db9f104f15b47608a945424a1e /sys-fs/ldapfuse | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-2f10f19b8f5fcf419c9ad8ced1e1deada765627b.tar.gz historical-2f10f19b8f5fcf419c9ad8ced1e1deada765627b.tar.bz2 historical-2f10f19b8f5fcf419c9ad8ced1e1deada765627b.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sys-fs/ldapfuse')
-rw-r--r-- | sys-fs/ldapfuse/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/ldapfuse/ldapfuse-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/ldapfuse/ChangeLog b/sys-fs/ldapfuse/ChangeLog index 7d3aaca11fac..32d0ce5e6ff0 100644 --- a/sys-fs/ldapfuse/ChangeLog +++ b/sys-fs/ldapfuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ldapfuse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ldapfuse/ChangeLog,v 1.1 2011/12/14 23:10:46 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ldapfuse/ChangeLog,v 1.2 2012/05/04 19:09:18 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ldapfuse-1.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *ldapfuse-1.0 (14 Dec 2011) diff --git a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0.ebuild index 0afb269b966c..ad5435f35a54 100644 --- a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild +++ b/sys-fs/ldapfuse/ldapfuse-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ldapfuse/ldapfuse-1.0.ebuild,v 1.1 2011/12/14 23:10:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ldapfuse/ldapfuse-1.0.ebuild,v 1.2 2012/05/04 19:09:18 jdhore Exp $ EAPI="4" @@ -18,6 +18,6 @@ RDEPEND="net-nds/openldap >=sys-libs/libhx-3.12" DEPEND="${RDEPEND} app-arch/xz-utils - dev-util/pkgconfig" + virtual/pkgconfig" DOCS=( doc/changelog.txt doc/rfcs.txt ) |