diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:42:36 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:26 +0000 |
commit | 1893feafff8ca772a5b377b6b364085d7f6a9c9d (patch) | |
tree | 1a43d9ac2b5d7f9f4c62c0cc402961f223abeb5c /dev-haskell/timeit | |
parent | dev-haskell/time-manager: Stabilize for amd64 (diff) | |
download | gentoo-1893feafff8ca772a5b377b6b364085d7f6a9c9d.tar.gz gentoo-1893feafff8ca772a5b377b6b364085d7f6a9c9d.tar.bz2 gentoo-1893feafff8ca772a5b377b6b364085d7f6a9c9d.zip |
dev-haskell/timeit: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/timeit')
-rw-r--r-- | dev-haskell/timeit/timeit-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/timeit/timeit-2.0.ebuild b/dev-haskell/timeit/timeit-2.0.ebuild index e6b6c130f204..4b3155140f6f 100644 --- a/dev-haskell/timeit/timeit-2.0.ebuild +++ b/dev-haskell/timeit/timeit-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.8.2:= |