diff options
| author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:27:35 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-03-17 18:14:00 +0000 |
| commit | c1e44492c6ef9050e40e6ecfaae689a2f1873b24 (patch) | |
| tree | 3f0441e4a5f75e5c064badd15e559abdbd983708 /dev-haskell | |
| parent | b91a62c29c0a3b12b6c8d3c97c768d26a84da82b (diff) | |
| download | gentoo-c1e44492c6ef9050e40e6ecfaae689a2f1873b24.tar.gz gentoo-c1e44492c6ef9050e40e6ecfaae689a2f1873b24.tar.bz2 gentoo-c1e44492c6ef9050e40e6ecfaae689a2f1873b24.zip | |
dev-haskell/cabal-install: 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/cabal-install/cabal-install-3.4.1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cabal-install/cabal-install-3.4.1.0-r2.ebuild b/dev-haskell/cabal-install/cabal-install-3.4.1.0-r2.ebuild index 9dfc83f1b0dc..50a8c1fcbfc7 100644 --- a/dev-haskell/cabal-install/cabal-install-3.4.1.0-r2.ebuild +++ b/dev-haskell/cabal-install/cabal-install-3.4.1.0-r2.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 @@ -16,7 +16,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" #keep in sync with ghc-9.0.2 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="debug +lukko +native-dns" RDEPEND=">=dev-haskell/async-2.0:= <dev-haskell/async-2.3:= |
