diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-08-03 14:03:05 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-03 14:03:05 +0000 |
commit | 0d8644102aee3f867b610e0287f5ff5484391e2d (patch) | |
tree | e258b694fe85f18570135c19eb6833768810a54a /app-admin/webapp-config | |
parent | Remove older unstable versions (diff) | |
download | gentoo-2-0d8644102aee3f867b610e0287f5ff5484391e2d.tar.gz gentoo-2-0d8644102aee3f867b610e0287f5ff5484391e2d.tar.bz2 gentoo-2-0d8644102aee3f867b610e0287f5ff5484391e2d.zip |
Fix QA notice: add distutils-r1_python_install_all
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-admin/webapp-config')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index 489048ced7c3..33375efd6d53 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/webapp-config # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.91 2013/08/03 13:58:54 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.92 2013/08/03 14:03:05 blueness Exp $ + + 03 Aug 2013; Anthony G. Basile <blueness@gentoo.org> + webapp-config-1.50.19-r1.ebuild: + Fix QA notice: add distutils-r1_python_install_all 03 Aug 2013; Anthony G. Basile <blueness@gentoo.org> -webapp-config-1.50.18.ebuild, -webapp-config-1.50.19.ebuild: diff --git a/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild b/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild index a1710d5cf0af..94f3f4534b88 100644 --- a/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild,v 1.1 2013/07/05 00:22:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild,v 1.2 2013/08/03 14:03:05 blueness Exp $ EAPI="5" @@ -35,6 +35,8 @@ python_install() { } python_install_all() { + distutils-r1_python_install_all + insinto /etc/vhosts doins config/webapp-config |