diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:39:51 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:20:16 +0000 |
commit | 35b64c752cca46821101b3caf756c50c92b5ff40 (patch) | |
tree | c2ff015c344c3a9f6a40ec91541621c763fc7eca /dev-haskell/shelly | |
parent | dev-haskell/shakespeare: Stabilize for amd64 (diff) | |
download | gentoo-35b64c752cca46821101b3caf756c50c92b5ff40.tar.gz gentoo-35b64c752cca46821101b3caf756c50c92b5ff40.tar.bz2 gentoo-35b64c752cca46821101b3caf756c50c92b5ff40.zip |
dev-haskell/shelly: 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/shelly')
-rw-r--r-- | dev-haskell/shelly/shelly-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/shelly/shelly-1.9.0.ebuild b/dev-haskell/shelly/shelly-1.9.0.ebuild index e0782fd6c889..5b0950201489 100644 --- a/dev-haskell/shelly/shelly-1.9.0.ebuild +++ b/dev-haskell/shelly/shelly-1.9.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 @@ -15,7 +15,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="examples lifted" RDEPEND="dev-haskell/async:=[profile?] |