diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-16 22:01:04 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-16 22:06:40 -0500 |
commit | b3104dbf22926e9eb1c06202b3a411e60cb934b4 (patch) | |
tree | c1e3c40ef9af73d1ec3ed2e18fb027e7d070e61b /dev-libs/libbase58 | |
parent | net-misc/bfgminer: fix -no-pie for gcc-6, bug #640902 (diff) | |
download | gentoo-b3104dbf22926e9eb1c06202b3a411e60cb934b4.tar.gz gentoo-b3104dbf22926e9eb1c06202b3a411e60cb934b4.tar.bz2 gentoo-b3104dbf22926e9eb1c06202b3a411e60cb934b4.zip |
dev-libs/libbase58: 0.1.4 stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libbase58')
-rw-r--r-- | dev-libs/libbase58/libbase58-0.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild b/dev-libs/libbase58/libbase58-0.1.4.ebuild index 55a1b52188cb..78152ff985e9 100644 --- a/dev-libs/libbase58/libbase58-0.1.4.ebuild +++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild @@ -10,7 +10,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="tools" DEPEND="" |