diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-27 16:23:19 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-27 16:23:57 +0200 |
commit | 4ec5675e4588c8b27946364b8a79de17b8aa4920 (patch) | |
tree | bed885a5f517d5042a5c98a610dd3db4e698ab58 /dev-util/cbindgen | |
parent | profiles: Allow www-client/firefox[screencast] on amd64/x86 (diff) | |
download | gentoo-4ec5675e4588c8b27946364b8a79de17b8aa4920.tar.gz gentoo-4ec5675e4588c8b27946364b8a79de17b8aa4920.tar.bz2 gentoo-4ec5675e4588c8b27946364b8a79de17b8aa4920.zip |
dev-util/cbindgen: rollover stable keywords
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util/cbindgen')
-rw-r--r-- | dev-util/cbindgen/cbindgen-0.14.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cbindgen/cbindgen-0.14.3.ebuild b/dev-util/cbindgen/cbindgen-0.14.3.ebuild index 0ed98ce52041..21e250b26fce 100644 --- a/dev-util/cbindgen/cbindgen-0.14.3.ebuild +++ b/dev-util/cbindgen/cbindgen-0.14.3.ebuild @@ -51,4 +51,4 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" |