Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsemanage/
Date: Fri, 26 May 2017 22:54:47
Message-Id: 1495839229.6a75317a830f8ba6170d28b0ee94546fca7b732e.soap@gentoo
1 commit: 6a75317a830f8ba6170d28b0ee94546fca7b732e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 22:42:12 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 22:53:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a75317a
7
8 sys-libs/libsemanage: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-libs/libsemanage/libsemanage-2.5.ebuild | 6 +++---
13 sys-libs/libsemanage/libsemanage-2.6.ebuild | 6 +++---
14 sys-libs/libsemanage/libsemanage-9999.ebuild | 4 ++--
15 3 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/sys-libs/libsemanage/libsemanage-2.5.ebuild b/sys-libs/libsemanage/libsemanage-2.5.ebuild
18 index bbe71340c2b..58fc0bab31e 100644
19 --- a/sys-libs/libsemanage/libsemanage-2.5.ebuild
20 +++ b/sys-libs/libsemanage/libsemanage-2.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -19,19 +19,19 @@ LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
30 IUSE="python"
31 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
32
33 RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
34 >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}]
35 >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}]
36 >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}]
37 - "
38 + python? ( ${PYTHON_DEPS} )"
39 DEPEND="${RDEPEND}
40 sys-devel/bison
41 sys-devel/flex
42 python? (
43 >=dev-lang/swig-2.0.4-r1
44 virtual/pkgconfig
45 - ${PYTHON_DEPS}
46 )"
47
48 # tests are not meant to be run outside of the
49
50 diff --git a/sys-libs/libsemanage/libsemanage-2.6.ebuild b/sys-libs/libsemanage/libsemanage-2.6.ebuild
51 index 605dd3573fc..e027c1f35ac 100644
52 --- a/sys-libs/libsemanage/libsemanage-2.6.ebuild
53 +++ b/sys-libs/libsemanage/libsemanage-2.6.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 +# Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI="6"
60 @@ -28,19 +28,19 @@ fi
61 LICENSE="GPL-2"
62 SLOT="0"
63 IUSE="python"
64 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
65
66 RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
67 >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}]
68 >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}]
69 >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}]
70 - "
71 + python? ( ${PYTHON_DEPS} )"
72 DEPEND="${RDEPEND}
73 sys-devel/bison
74 sys-devel/flex
75 python? (
76 >=dev-lang/swig-2.0.4-r1
77 virtual/pkgconfig
78 - ${PYTHON_DEPS}
79 )"
80
81 # tests are not meant to be run outside of the
82
83 diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild
84 index 085031fc41e..2b9f9cf3743 100644
85 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild
86 +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild
87 @@ -28,19 +28,19 @@ fi
88 LICENSE="GPL-2"
89 SLOT="0"
90 IUSE="python"
91 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
92
93 RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
94 >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}]
95 >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}]
96 >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}]
97 - "
98 + python? ( ${PYTHON_DEPS} )"
99 DEPEND="${RDEPEND}
100 sys-devel/bison
101 sys-devel/flex
102 python? (
103 >=dev-lang/swig-2.0.4-r1
104 virtual/pkgconfig
105 - ${PYTHON_DEPS}
106 )"
107
108 # tests are not meant to be run outside of the