diff options
author | Sam James <sam@gentoo.org> | 2020-11-23 04:48:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-23 04:48:31 +0000 |
commit | 6e153b83ae42f0d77b622a39df6de67762edb15c (patch) | |
tree | 3e51112ba8befdf73f383d346e43a7eb964c95eb /dev-util | |
parent | dev-util/boost-build: Stabilize 1.74.0 x86, #755107 (diff) | |
download | gentoo-6e153b83ae42f0d77b622a39df6de67762edb15c.tar.gz gentoo-6e153b83ae42f0d77b622a39df6de67762edb15c.tar.bz2 gentoo-6e153b83ae42f0d77b622a39df6de67762edb15c.zip |
dev-util/mdds: Stabilize 1.7.0 x86, #755107
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/mdds/mdds-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/mdds/mdds-1.7.0.ebuild b/dev-util/mdds/mdds-1.7.0.ebuild index 56c122239dc0..09f84b2bcd0a 100644 --- a/dev-util/mdds/mdds-1.7.0.ebuild +++ b/dev-util/mdds/mdds-1.7.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" fi inherit autotools toolchain-funcs |