diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgcore-checks/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgcore-checks/ChangeLog b/dev-util/pkgcore-checks/ChangeLog index 20f385652dd0..e888881c256f 100644 --- a/dev-util/pkgcore-checks/ChangeLog +++ b/dev-util/pkgcore-checks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgcore-checks # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.55 2014/06/08 10:26:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.56 2014/12/21 00:16:50 radhermit Exp $ + + 21 Dec 2014; Tim Harder <radhermit@gentoo.org> pkgcore-checks-9999.ebuild: + Don't regen plugins in the pkgcore.plugins namespace. 08 Jun 2014; Tim Harder <radhermit@gentoo.org> pkgcore-checks-9999.ebuild: Drop python3* support until support is finalized for pkgcore and fix python diff --git a/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild index 90cd364ff725..c95a67b9c784 100644 --- a/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild +++ b/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v 1.5 2014/06/08 10:26:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v 1.6 2014/12/21 00:16:50 radhermit Exp $ EAPI=4 PYTHON_COMPAT=( python2_7 ) @@ -40,7 +40,7 @@ python_install_all() { pkg_postinst() { einfo "updating pkgcore plugin cache" - python_foreach_impl pplugincache pkgcore_checks.plugins pkgcore.plugins + python_foreach_impl pplugincache pkgcore_checks.plugins } pkg_postrm() { |