diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-06-19 16:34:43 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-06-19 19:28:56 +0200 |
commit | ff5504d83e657a878697c2e1ce41818d84e4355f (patch) | |
tree | 49dcd9e98aa8f73f2c4e01d20e5fec7c82624f98 | |
parent | net-analyzer/wireshark-2.6.1-r0: alpha stable (diff) | |
download | gentoo-ff5504d83e657a878697c2e1ce41818d84e4355f.tar.gz gentoo-ff5504d83e657a878697c2e1ce41818d84e4355f.tar.bz2 gentoo-ff5504d83e657a878697c2e1ce41818d84e4355f.zip |
dev-util/meson-0.46.1-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/656920
-rw-r--r-- | dev-util/meson/meson-0.46.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/meson/meson-0.46.1.ebuild b/dev-util/meson/meson-0.46.1.ebuild index 239b7fce1856..7f4ab42481e4 100644 --- a/dev-util/meson/meson-0.46.1.ebuild +++ b/dev-util/meson/meson-0.46.1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x64-solaris" + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x64-solaris" fi inherit distutils-r1 |