diff options
author | Michael Weber <xmw@gentoo.org> | 2016-02-25 15:50:57 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-02-25 15:50:57 +0100 |
commit | 4367652caa27ce34983e973d39f8d750f3077e2e (patch) | |
tree | f39d8a3367c1a1e4304b3b82c4b1da5c821ebf2f /x11-wm | |
parent | dev-util/cdiff: package maintained by the Python project. (diff) | |
download | gentoo-4367652caa27ce34983e973d39f8d750f3077e2e.tar.gz gentoo-4367652caa27ce34983e973d39f8d750f3077e2e.tar.bz2 gentoo-4367652caa27ce34983e973d39f8d750f3077e2e.zip |
x11-wm/xpra: Revbump to add xpra system group (bug 572270, thanks Fabian Henze and Florian Schmaus).
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xpra/xpra-0.16.2-r1.ebuild (renamed from x11-wm/xpra/xpra-0.16.2.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/xpra/xpra-0.16.2.ebuild b/x11-wm/xpra/xpra-0.16.2-r1.ebuild index 3838b86e8826..4d18143c8aa4 100644 --- a/x11-wm/xpra/xpra-0.16.2.ebuild +++ b/x11-wm/xpra/xpra-0.16.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3, and setup.py not python3.2 compat PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 eutils flag-o-matic +inherit distutils-r1 eutils flag-o-matic user DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy" HOMEPAGE="http://xpra.org/ http://xpra.org/src/" @@ -78,6 +78,10 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig >=dev-python/cython-0.16[${PYTHON_USEDEP}]" +pkg_postinst() { + enewgroup ${PN} +} + python_prepare_all() { rm -rf rencode || die |