commit: 082590a9e1c22f9895cf15904a15539146038e70
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:08:54 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082590a9
dev-util/dwarves: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-util/dwarves/dwarves-1.10_p20140618.ebuild | 3 ++-
dev-util/dwarves/dwarves-1.10_p20160519.ebuild | 3 ++-
dev-util/dwarves/dwarves-1.10_p20160630.ebuild | 3 ++-
dev-util/dwarves/dwarves-9999.ebuild | 8 ++++----
4 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
b/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
index 61d921299db..eb68a184553 100644
--- a/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
+++ b/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,6 +13,7 @@ LICENSE="GPL-2" # only
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=dev-libs/elfutils-0.131
diff --git a/dev-util/dwarves/dwarves-1.10_p20160519.ebuild
b/dev-util/dwarves/dwarves-1.10_p20160519.ebuild
index 6463e149b08..b9cd76e48e4 100644
--- a/dev-util/dwarves/dwarves-1.10_p20160519.ebuild
+++ b/dev-util/dwarves/dwarves-1.10_p20160519.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=5
@@ -13,6 +13,7 @@ LICENSE="GPL-2" # only
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=dev-libs/elfutils-0.131
diff --git a/dev-util/dwarves/dwarves-1.10_p20160630.ebuild
b/dev-util/dwarves/dwarves-1.10_p20160630.ebuild
index 6463e149b08..b9cd76e48e4 100644
--- a/dev-util/dwarves/dwarves-1.10_p20160630.ebuild
+++ b/dev-util/dwarves/dwarves-1.10_p20160630.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=5
@@ -13,6 +13,7 @@ LICENSE="GPL-2" # only
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=dev-libs/elfutils-0.131
diff --git a/dev-util/dwarves/dwarves-9999.ebuild
b/dev-util/dwarves/dwarves-9999.ebuild
index d53c42c3577..a82314e5ae5 100644
--- a/dev-util/dwarves/dwarves-9999.ebuild
+++ b/dev-util/dwarves/dwarves-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,13 +15,13 @@ LICENSE="GPL-2" # only
SLOT="0"
KEYWORDS=""
IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND=">=dev-libs/elfutils-0.131
+RDEPEND="${PYTHON_DEPS}
+ >=dev-libs/elfutils-0.131
sys-libs/zlib"
DEPEND="${RDEPEND}"
-DOC=( README README.ctracer )
-
DOCS=( README README.ctracer NEWS )
PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )