diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-07 10:01:43 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-07 10:04:25 -0700 |
commit | e17b2af9d293a888986f023c7e63ad417d15f6d9 (patch) | |
tree | 05a3f762478d26dd8c1ed2226ee8d1135a9cb581 /app-editors | |
parent | sys-fs/jfsutils: Keyword 1.1.15-r1 riscv, #837107 (diff) | |
download | gentoo-e17b2af9d293a888986f023c7e63ad417d15f6d9.tar.gz gentoo-e17b2af9d293a888986f023c7e63ad417d15f6d9.tar.bz2 gentoo-e17b2af9d293a888986f023c7e63ad417d15f6d9.zip |
app-editors/ghex: Prevent parallel installation
Closes: https://bugs.gentoo.org/837050
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ghex-42.0-r1.ebuild (renamed from app-editors/ghex/ghex-42.0.ebuild) | 1 | ||||
-rw-r--r-- | app-editors/ghex/ghex-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-editors/ghex/ghex-42.0.ebuild b/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=" |