diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:28:14 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:14:18 +0000 |
commit | 3b8ef54903b289595c7cada1e7c89bcef7218939 (patch) | |
tree | 9c74b60b047a8616137636227661bd9ab035966c /dev-haskell/colour | |
parent | dev-haskell/code-page: Stabilize for amd64 (diff) | |
download | gentoo-3b8ef54903b289595c7cada1e7c89bcef7218939.tar.gz gentoo-3b8ef54903b289595c7cada1e7c89bcef7218939.tar.bz2 gentoo-3b8ef54903b289595c7cada1e7c89bcef7218939.zip |
dev-haskell/colour: 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/colour')
-rw-r--r-- | dev-haskell/colour/colour-2.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/colour/colour-2.3.5.ebuild b/dev-haskell/colour/colour-2.3.5.ebuild index e1d0d2f5f91a..f14e2bbfd16a 100644 --- a/dev-haskell/colour/colour-2.3.5.ebuild +++ b/dev-haskell/colour/colour-2.3.5.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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" # circular dependencies: colour -> ansi-terminal -> test-framework -> colour RESTRICT=test |