diff options
author | 2024-05-24 08:32:43 +0300 | |
---|---|---|
committer | 2024-05-24 08:32:43 +0300 | |
commit | c765ee7c678c63bbfdcc81437b3b21dee159dcb9 (patch) | |
tree | 6895d3a70beb4353fd1007ad8b86d2b606223ae3 /sys-libs/rpmatch-standalone | |
parent | sys-libs/rpmatch-standalone: Stabilize 1.0-r1 amd64, #932569 (diff) | |
download | gentoo-c765ee7c678c63bbfdcc81437b3b21dee159dcb9.tar.gz gentoo-c765ee7c678c63bbfdcc81437b3b21dee159dcb9.tar.bz2 gentoo-c765ee7c678c63bbfdcc81437b3b21dee159dcb9.zip |
sys-libs/rpmatch-standalone: Stabilize 1.0-r1 x86, #932569
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/rpmatch-standalone')
-rw-r--r-- | sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild index bd39978aff34..936481c70311 100644 --- a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild +++ b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/musl-rpmatch-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv x86" IUSE="static-libs" RDEPEND="!sys-libs/glibc" |