diff --git a/app-alternatives/bzip2/bzip2-0.ebuild b/app-alternatives/bzip2/bzip2-0.ebuild new file mode 100644 index 0000000000000..50e36d3cc7b2b --- /dev/null +++ b/app-alternatives/bzip2/bzip2-0.ebuild @@ -0,0 +1,51 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="bzip2 symlink" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Base/Alternatives" +SRC_URI="" +S=${WORKDIR} + +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="lbzip2 pbzip2 +reference split-usr" +REQUIRED_USE="^^ ( lbzip2 pbzip2 reference )" + +RDEPEND=" + lbzip2? ( app-arch/lbzip2[-symlink(-)] ) + pbzip2? ( app-arch/pbzip2[-symlink(-)] ) + reference? ( >=app-arch/bzip2-1.0.8-r4 ) + ! + + + + base-system@gentoo.org + Gentoo Base System + + + mgorny@gentoo.org + Michał Górny + + + + Symlink to app-arch/lbzip2. + + + Symlink to app-arch/pbzip2. + + + Symlink to app-arch/bzip2. + + + diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index a73e5c8b471f9..89d2866175dac 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2022-11-30) +# Mask unkeyworded providers. +app-alternatives/bzip2 pbzip2 + # Yixun Lan (2022-11-24) # depend on dev-libs/libpcre2[jit] which not supported yet, bug #879511 www-servers/varnish jit