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 D91D8139694 for ; Sat, 22 Apr 2017 12:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A54DE0BF9; Sat, 22 Apr 2017 12:24:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 72E95E0BF9 for ; Sat, 22 Apr 2017 12:24:57 +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 45940341301 for ; Sat, 22 Apr 2017 12:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A271D743B for ; Sat, 22 Apr 2017 12:24:54 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1492863890.0a7979cb1f9c4b0672612e5a0b12d2d2dde6a72b.pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0a7979cb1f9c4b0672612e5a0b12d2d2dde6a72b X-VCS-Branch: master Date: Sat, 22 Apr 2017 12:24:54 +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: fa75317f-8f83-440c-b2be-39bc2a06a776 X-Archives-Hash: 266b7f3eac680d53d12ec86a425b246b commit: 0a7979cb1f9c4b0672612e5a0b12d2d2dde6a72b Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 22 12:24:30 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Apr 22 12:24:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7979cb x11-misc/dex: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/dex/dex-0.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-misc/dex/dex-0.7.ebuild b/x11-misc/dex/dex-0.7.ebuild index d2c359473df..467436e887f 100644 --- a/x11-misc/dex/dex-0.7.ebuild +++ b/x11-misc/dex/dex-0.7.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit eutils python-r1 DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries" @@ -13,7 +13,6 @@ 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}"