diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:41:59 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:13 +0000 |
commit | 9f86dc31391a0c0b29e01bd8c24ae2e521c627a7 (patch) | |
tree | fbaa342a4aedf09f5891704556f3ce85f9661a41 /dev-haskell | |
parent | dev-haskell/texmath: Stabilize for amd64 (diff) | |
download | gentoo-9f86dc31391a0c0b29e01bd8c24ae2e521c627a7.tar.gz gentoo-9f86dc31391a0c0b29e01bd8c24ae2e521c627a7.tar.bz2 gentoo-9f86dc31391a0c0b29e01bd8c24ae2e521c627a7.zip |
dev-haskell/text: 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')
-rw-r--r-- | dev-haskell/text/text-1.2.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/text/text-1.2.5.0.ebuild b/dev-haskell/text/text-1.2.5.0.ebuild index 0dbcaaed8555..68c9189b4b5e 100644 --- a/dev-haskell/text/text-1.2.5.0.ebuild +++ b/dev-haskell/text/text-1.2.5.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=8 @@ -19,7 +19,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/${PV}" #keep in sync with ghc-9.0.2 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" # break cyclic dependencies: RESTRICT=test |