diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:36:58 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:47 +0000 |
commit | 7eb6d41429f83150b31ca192c476842e99f4bde2 (patch) | |
tree | 8d2a21c817c725ccdb0d8330483111dba0fc01a0 /dev-haskell/options | |
parent | dev-haskell/only: Stabilize for amd64 (diff) | |
download | gentoo-7eb6d41429f83150b31ca192c476842e99f4bde2.tar.gz gentoo-7eb6d41429f83150b31ca192c476842e99f4bde2.tar.bz2 gentoo-7eb6d41429f83150b31ca192c476842e99f4bde2.zip |
dev-haskell/options: 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/options')
-rw-r--r-- | dev-haskell/options/options-1.2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/options/options-1.2.1.1.ebuild b/dev-haskell/options/options-1.2.1.1.ebuild index cdfb7105b0de..2d8ab5fc7910 100644 --- a/dev-haskell/options/options-1.2.1.1.ebuild +++ b/dev-haskell/options/options-1.2.1.1.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="" RESTRICT=test # circular depends: options[test]->chell->options |