From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6EA0139694 for ; Sun, 23 Apr 2017 11:29:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6D9621C012; Sun, 23 Apr 2017 11:29:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 888B821C012 for ; Sun, 23 Apr 2017 11:29:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1291341683 for ; Sun, 23 Apr 2017 11:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C25597452 for ; Sun, 23 Apr 2017 11:29:29 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492946955.8532a841c2c802c009b3b2454f301d3675126ec3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dex/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dex/dex-0.7.ebuild X-VCS-Directories: x11-misc/dex/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8532a841c2c802c009b3b2454f301d3675126ec3 X-VCS-Branch: master Date: Sun, 23 Apr 2017 11:29:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e81bd03-faf0-48aa-9792-adcb1f9aae92 X-Archives-Hash: ab6e62a3712e351e2ca5b4d91d4db2a3 commit: 8532a841c2c802c009b3b2454f301d3675126ec3 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 11:00:47 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 11:29:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8532a841 x11-misc/dex: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/dex/dex-0.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-misc/dex/dex-0.7.ebuild b/x11-misc/dex/dex-0.7.ebuild index 467436e887f..ac989255eaa 100644 --- a/x11-misc/dex/dex-0.7.ebuild +++ b/x11-misc/dex/dex-0.7.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python3_{4,5,6} ) + inherit eutils python-r1 DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries" @@ -13,6 +14,7 @@ SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}"