diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-05-04 15:12:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-05-04 15:12:17 +0000 |
commit | 4887f6fbed240cefcd77aebe70d76e42e8852ec7 (patch) | |
tree | 326f37ad00377425ebf444e0b9b70825a311eb1d /dev-python/llfuse | |
parent | keyword ~amd64-fbsd (diff) | |
download | historical-4887f6fbed240cefcd77aebe70d76e42e8852ec7.tar.gz historical-4887f6fbed240cefcd77aebe70d76e42e8852ec7.tar.bz2 historical-4887f6fbed240cefcd77aebe70d76e42e8852ec7.zip |
Migrating dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'dev-python/llfuse')
-rw-r--r-- | dev-python/llfuse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/llfuse/llfuse-0.37.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/llfuse/ChangeLog b/dev-python/llfuse/ChangeLog index e3c23d3f6e85..c2d2228c3187 100644 --- a/dev-python/llfuse/ChangeLog +++ b/dev-python/llfuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/llfuse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/ChangeLog,v 1.6 2012/02/22 10:26:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/ChangeLog,v 1.7 2012/05/04 15:12:15 patrick Exp $ + + 04 May 2012; Patrick Lauer <patrick@gentoo.org> llfuse-0.37.1.ebuild: + Migrating dev-util/pkgconfig -> virtual/pkgconfig 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> llfuse-0.37.1.ebuild: Restricting pypy and jython diff --git a/dev-python/llfuse/llfuse-0.37.1.ebuild b/dev-python/llfuse/llfuse-0.37.1.ebuild index 38c950dcae8c..de7c3214cb0b 100644 --- a/dev-python/llfuse/llfuse-0.37.1.ebuild +++ b/dev-python/llfuse/llfuse-0.37.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/llfuse-0.37.1.ebuild,v 1.2 2012/02/22 10:26:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/llfuse-0.37.1.ebuild,v 1.3 2012/05/04 15:12:15 patrick Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" @@ -20,7 +20,7 @@ IUSE="doc" RDEPEND=">=sys-fs/fuse-2.8.0" DEPEND="${RDEPEND} dev-python/setuptools - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { distutils_src_install |