diff options
author | David Seifert <soap@gentoo.org> | 2017-05-27 00:49:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-27 00:54:06 +0200 |
commit | 419a35b293bf88fdc0ff0d1a69036e6f6dab64cd (patch) | |
tree | ac6aacf45a00dd8115eded7fe6f5cf984a09babb /sys-process | |
parent | sys-process/audit: [QA] Add missing python metadata variables (diff) | |
download | gentoo-419a35b293bf88fdc0ff0d1a69036e6f6dab64cd.tar.gz gentoo-419a35b293bf88fdc0ff0d1a69036e6f6dab64cd.tar.bz2 gentoo-419a35b293bf88fdc0ff0d1a69036e6f6dab64cd.zip |
sys-process/criu: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/criu/criu-2.10.ebuild | 1 | ||||
-rw-r--r-- | sys-process/criu/criu-2.11.1.ebuild | 1 | ||||
-rw-r--r-- | sys-process/criu/criu-2.11.ebuild | 1 | ||||
-rw-r--r-- | sys-process/criu/criu-2.12.1.ebuild | 1 | ||||
-rw-r--r-- | sys-process/criu/criu-2.12.ebuild | 1 | ||||
-rw-r--r-- | sys-process/criu/criu-2.5.ebuild | 3 |
6 files changed, 7 insertions, 1 deletions
diff --git a/sys-process/criu/criu-2.10.ebuild b/sys-process/criu/criu-2.10.ebuild index 8c982903f88b..fd0c92becf69 100644 --- a/sys-process/criu/criu-2.10.ebuild +++ b/sys-process/criu/criu-2.10.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" IUSE="python setproctitle" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/protobuf-c dev-libs/libnl:3 diff --git a/sys-process/criu/criu-2.11.1.ebuild b/sys-process/criu/criu-2.11.1.ebuild index 8c982903f88b..fd0c92becf69 100644 --- a/sys-process/criu/criu-2.11.1.ebuild +++ b/sys-process/criu/criu-2.11.1.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" IUSE="python setproctitle" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/protobuf-c dev-libs/libnl:3 diff --git a/sys-process/criu/criu-2.11.ebuild b/sys-process/criu/criu-2.11.ebuild index 8c982903f88b..fd0c92becf69 100644 --- a/sys-process/criu/criu-2.11.ebuild +++ b/sys-process/criu/criu-2.11.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" IUSE="python setproctitle" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/protobuf-c dev-libs/libnl:3 diff --git a/sys-process/criu/criu-2.12.1.ebuild b/sys-process/criu/criu-2.12.1.ebuild index 8c982903f88b..fd0c92becf69 100644 --- a/sys-process/criu/criu-2.12.1.ebuild +++ b/sys-process/criu/criu-2.12.1.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" IUSE="python setproctitle" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/protobuf-c dev-libs/libnl:3 diff --git a/sys-process/criu/criu-2.12.ebuild b/sys-process/criu/criu-2.12.ebuild index 8c982903f88b..fd0c92becf69 100644 --- a/sys-process/criu/criu-2.12.ebuild +++ b/sys-process/criu/criu-2.12.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" IUSE="python setproctitle" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/protobuf-c dev-libs/libnl:3 diff --git a/sys-process/criu/criu-2.5.ebuild b/sys-process/criu/criu-2.5.ebuild index c36c8b556660..ed448fa13e2c 100644 --- a/sys-process/criu/criu-2.5.ebuild +++ b/sys-process/criu/criu-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64" IUSE="python setproctitle" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/protobuf-c dev-libs/libnl:3 |