Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/
Date: Sun, 09 Feb 2020 13:14:10
Message-Id: 1581254005.f2dbb4f472e6f03852dc74bb7724e0807df0fd77.soap@gentoo
1 commit: f2dbb4f472e6f03852dc74bb7724e0807df0fd77
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 13:13:25 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 13:13:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2dbb4f4
7
8 dev-util/molecule-plugins: [QA] Fix OutdatedBlocker
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
17 index b42a13d5ae2..440806e6e83 100644
18 --- a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
19 +++ b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
20 @@ -2,6 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="6"
24 +
25 PYTHON_COMPAT=( python{2_7,3_6} )
26
27 inherit python-r1
28 @@ -13,12 +14,10 @@ SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 DEPEND="
36 - >=dev-util/molecule-core-1.0.1
37 - !<dev-util/molecule-1"
38 + >=dev-util/molecule-core-1.0.1"
39 RDEPEND="${DEPEND}
40 net-misc/rsync
41 sys-fs/squashfs-tools