diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 20:20:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 20:20:36 +0100 |
commit | d89bbcf64981ef1278b8df81aae55d705df1eccb (patch) | |
tree | c448cbfac9aa6bba5208ce656d47d1846201ee16 /app-eselect | |
parent | app-arch/tar: adapt pkg_postinst for prefix bootstrapping (diff) | |
download | gentoo-d89bbcf64981ef1278b8df81aae55d705df1eccb.tar.gz gentoo-d89bbcf64981ef1278b8df81aae55d705df1eccb.tar.bz2 gentoo-d89bbcf64981ef1278b8df81aae55d705df1eccb.zip |
app-eselect/eselect-lib-bin-symlink: unkeyword 9999 for ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Fixes: 4d55cae162bfb3da0982dd859a6f4cb56716ad12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild index e2a95f02b83e..fec0fa4938b6 100644 --- a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild +++ b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild @@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/mgorny/eselect-lib-bin-symlink.git" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm64-macos" +KEYWORDS="" IUSE="" RDEPEND="app-admin/eselect" |