diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-11-30 21:36:09 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-11-30 21:43:03 +0000 |
commit | 2610e458370f3e8c6add54b6c3bbfe34d71670a7 (patch) | |
tree | 54910b22d2422f9863b279caf1b0d756d7e39610 /dev-libs/double-conversion | |
parent | dev-python/objgraph: Keyword 3.5.0-r1 for ~m68k (diff) | |
download | gentoo-2610e458370f3e8c6add54b6c3bbfe34d71670a7.tar.gz gentoo-2610e458370f3e8c6add54b6c3bbfe34d71670a7.tar.bz2 gentoo-2610e458370f3e8c6add54b6c3bbfe34d71670a7.zip |
dev-libs/double-conversion: Keyword 3.2.1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/double-conversion')
-rw-r--r-- | dev-libs/double-conversion/double-conversion-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/double-conversion/double-conversion-3.2.1.ebuild b/dev-libs/double-conversion/double-conversion-3.2.1.ebuild index a7854d00698a..b20b805cabb1 100644 --- a/dev-libs/double-conversion/double-conversion-3.2.1.ebuild +++ b/dev-libs/double-conversion/double-conversion-3.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |