diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 23:43:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 23:43:51 +0000 |
commit | 6edf24d92477c8cc63074c96084af947924db4c1 (patch) | |
tree | 7f1a4797479fd796bcd3a818a9a8d86cd3d7d522 /dev-libs/libbase58 | |
parent | dev-db/postgresql: Stabilize 9.6.21 arm, #771942 (diff) | |
download | gentoo-6edf24d92477c8cc63074c96084af947924db4c1.tar.gz gentoo-6edf24d92477c8cc63074c96084af947924db4c1.tar.bz2 gentoo-6edf24d92477c8cc63074c96084af947924db4c1.zip |
dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libbase58')
-rw-r--r-- | dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild index 9643cbea735f..80dc047c83be 100644 --- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild +++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild @@ -11,7 +11,7 @@ LICENSE="MIT" SRC_URI="https://github.com/luke-jr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/0" -KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86" IUSE="test tools" RESTRICT="!test? ( test )" |