diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-06 21:51:19 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-06 21:51:52 +0200 |
commit | 6253c9258f3bced24f405b21a3626dab15f4d6af (patch) | |
tree | a3c93acf9e555f3d7839da2b59177419cd20e816 /dev-util/cbindgen | |
parent | dev-python/sphinx: Reenable python3_6 (diff) | |
download | gentoo-6253c9258f3bced24f405b21a3626dab15f4d6af.tar.gz gentoo-6253c9258f3bced24f405b21a3626dab15f4d6af.tar.bz2 gentoo-6253c9258f3bced24f405b21a3626dab15f4d6af.zip |
dev-util/cbindgen: move stable keywords
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util/cbindgen')
-rw-r--r-- | dev-util/cbindgen/cbindgen-0.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cbindgen/cbindgen-0.13.2.ebuild b/dev-util/cbindgen/cbindgen-0.13.2.ebuild index f53ffd30e413..6daa05025f41 100644 --- a/dev-util/cbindgen/cbindgen-0.13.2.ebuild +++ b/dev-util/cbindgen/cbindgen-0.13.2.ebuild @@ -49,4 +49,4 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/" SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" |