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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4A2815808B for ; Thu, 7 Apr 2022 17:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6184E0DEA; Thu, 7 Apr 2022 17:04:57 +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 CCC61E0DEA for ; Thu, 7 Apr 2022 17:04:57 +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 ECA9E341341 for ; Thu, 7 Apr 2022 17:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F27D389 for ; Thu, 7 Apr 2022 17:04:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1649351065.e17b2af9d293a888986f023c7e63ad417d15f6d9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghex/ghex-42.0-r1.ebuild app-editors/ghex/ghex-42.0.ebuild app-editors/ghex/ghex-9999.ebuild X-VCS-Directories: app-editors/ghex/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e17b2af9d293a888986f023c7e63ad417d15f6d9 X-VCS-Branch: master Date: Thu, 7 Apr 2022 17:04:55 +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: 1d2ca4dd-1bec-43bb-a1c0-6595db6907f3 X-Archives-Hash: 55ec04e6f8fe40565e25a9a25e44a729 commit: e17b2af9d293a888986f023c7e63ad417d15f6d9 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 7 17:01:43 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 7 17:04:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17b2af9 app-editors/ghex: Prevent parallel installation Closes: https://bugs.gentoo.org/837050 Signed-off-by: Matt Turner gentoo.org> app-editors/ghex/{ghex-42.0.ebuild => ghex-42.0-r1.ebuild} | 1 + app-editors/ghex/ghex-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-editors/ghex/ghex-42.0.ebuild b/app-editors/ghex/ghex-42.0-r1.ebuild similarity index 98% rename from app-editors/ghex/ghex-42.0.ebuild rename to app-editors/ghex/ghex-42.0-r1.ebuild index 5c851aeff170..b9a8b8490096 100644 --- a/app-editors/ghex/ghex-42.0.ebuild +++ b/app-editors/ghex/ghex-42.0-r1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=dev-libs/glib-2.66.0:2 >=gui-libs/gtk-4.0.0:4 dev-libs/gobject-introspection + !app-editors/ghex:2 " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild index 5c851aeff170..b9a8b8490096 100644 --- a/app-editors/ghex/ghex-9999.ebuild +++ b/app-editors/ghex/ghex-9999.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=dev-libs/glib-2.66.0:2 >=gui-libs/gtk-4.0.0:4 dev-libs/gobject-introspection + !app-editors/ghex:2 " DEPEND="${RDEPEND}" BDEPEND="