diff options
author | Eric Joldasov <bratishkaerik@getgoogleoff.me> | 2024-02-14 08:42:23 +0600 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-28 10:11:22 +0100 |
commit | 1cbef3761d96afb12576b368055eaedeefbd11a1 (patch) | |
tree | f6455db6a65d8ca497f907810f3636e1a3ea7194 /app-eselect | |
parent | net-analyzer/shodan: add 1.31.0 (diff) | |
download | gentoo-1cbef3761d96afb12576b368055eaedeefbd11a1.tar.gz gentoo-1cbef3761d96afb12576b368055eaedeefbd11a1.tar.bz2 gentoo-1cbef3761d96afb12576b368055eaedeefbd11a1.zip |
app-eselect/eselect-zig: remove old zig:0 and zig-bin:0 blockers
Not needed since they were removed from tree
and migration completed.
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
Closes: https://github.com/gentoo/gentoo/pull/35315
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-zig/eselect-zig-1-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild b/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild index ae692205f6f1..9c8deeddf2eb 100644 --- a/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild +++ b/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,11 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -RDEPEND=" - app-admin/eselect - !dev-lang/zig:0 - !dev-lang/zig-bin:0 -" +RDEPEND="app-admin/eselect" S="${WORKDIR}" |