diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:17:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:17:46 +0100 |
commit | 90aa663a3d0b5cfb7db3cbf32a87247639baa29a (patch) | |
tree | 8ea17c24bd28f609cbe55ce0b6eaa02a284b505f /dev-ml/duration | |
parent | dev-ml/dune-private-libs: destabilise for ppc (diff) | |
download | gentoo-90aa663a3d0b5cfb7db3cbf32a87247639baa29a.tar.gz gentoo-90aa663a3d0b5cfb7db3cbf32a87247639baa29a.tar.bz2 gentoo-90aa663a3d0b5cfb7db3cbf32a87247639baa29a.zip |
dev-ml/duration: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/duration')
-rw-r--r-- | dev-ml/duration/duration-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild index b2f39f92ac99..21c682e44c6c 100644 --- a/dev-ml/duration/duration-0.1.3.ebuild +++ b/dev-ml/duration/duration-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |