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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DEF5158091 for ; Tue, 14 Jun 2022 14:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70BF7E08CA; Tue, 14 Jun 2022 14:47:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D3B8E08CA for ; Tue, 14 Jun 2022 14:47:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54CEB341B77 for ; Tue, 14 Jun 2022 14:47:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F38471 for ; Tue, 14 Jun 2022 14:47:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655217851.10b4be1473698fe7f4cd3e04cd578e273101d63e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/omniORB/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/omniORB/metadata.xml net-misc/omniORB/omniORB-4.3.0.ebuild X-VCS-Directories: net-misc/omniORB/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10b4be1473698fe7f4cd3e04cd578e273101d63e X-VCS-Branch: master Date: Tue, 14 Jun 2022 14:47:03 +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: f073db59-a7d7-4300-8562-6b5a783a6b63 X-Archives-Hash: 2bec111d790c4cb75313958ee2856cb0 commit: 10b4be1473698fe7f4cd3e04cd578e273101d63e Author: Sam James gentoo org> AuthorDate: Tue Jun 14 14:43:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 14 14:44:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b4be14 net-misc/omniORB: small fixups - Drop ~arm64 for now until clarification received - Add proxy-maint to metadata.xml - Drop back to ~arch - Drop no-op Python 3.7 Bug: https://bugs.gentoo.org/846158 Signed-off-by: Sam James gentoo.org> net-misc/omniORB/metadata.xml | 10 +++++++--- net-misc/omniORB/omniORB-4.3.0.ebuild | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/net-misc/omniORB/metadata.xml b/net-misc/omniORB/metadata.xml index f58b8859174e..2178b72656c8 100644 --- a/net-misc/omniORB/metadata.xml +++ b/net-misc/omniORB/metadata.xml @@ -5,7 +5,11 @@ aliens.satin0y@icloud.com Thomas Juerges - - omniorb - + + proxy-maint@gentoo.org + Proxy Maintainers + + + omniorb + diff --git a/net-misc/omniORB/omniORB-4.3.0.ebuild b/net-misc/omniORB/omniORB-4.3.0.ebuild index c8db25246d5a..2ba601fe4528 100644 --- a/net-misc/omniORB/omniORB-4.3.0.ebuild +++ b/net-misc/omniORB/omniORB-4.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 @@ -14,12 +14,12 @@ SRC_URI="mirror://sourceforge/omniorb/${MY_P}.tar.bz2" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ppc64 ~sparc x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc ipv6 ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - ssl? ( dev-libs/openssl:0= )" + ssl? ( dev-libs/openssl:= )" DEPEND="${RDEPEND}" src_prepare() {