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 6DF2A138334 for ; Mon, 22 Jul 2019 09:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73B0FE083E; Mon, 22 Jul 2019 09:28:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58E3AE083E for ; Mon, 22 Jul 2019 09:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C1103486C8 for ; Mon, 22 Jul 2019 09:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF82972B for ; Mon, 22 Jul 2019 09:28:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563787690.e091ea34f500544506196f149347f147117094b6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/openpgm/openpgm-5.1.118-r1.ebuild net-libs/openpgm/openpgm-5.2.122.ebuild X-VCS-Directories: net-libs/openpgm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e091ea34f500544506196f149347f147117094b6 X-VCS-Branch: master Date: Mon, 22 Jul 2019 09:28:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88018786-5da4-45de-b24f-a3ae3ab9edd3 X-Archives-Hash: 0998fe27819549cb5c0c198ad4baffb1 commit: e091ea34f500544506196f149347f147117094b6 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 21 15:46:10 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 22 09:28:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e091ea34 net-libs/openpgm: Remove mistaken use of PYTHON_REQUIRED_USE Signed-off-by: Michał Górny gentoo.org> net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 4 +--- net-libs/openpgm/openpgm-5.2.122.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild index 9afff1551e0..4fed6c8c659 100644 --- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild +++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,8 +19,6 @@ SLOT="0" KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd" IUSE="static-libs" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - DEPEND="${PYTHON_DEPS}" S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm" diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild index 4222de5a36b..b77b082298e 100644 --- a/net-libs/openpgm/openpgm-5.2.122.ebuild +++ b/net-libs/openpgm/openpgm-5.2.122.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,8 +19,6 @@ SLOT="0" KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd" IUSE="static-libs" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - DEPEND="${PYTHON_DEPS}" S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"