diff options
| author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:25:46 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-03-17 18:13:16 +0000 |
| commit | 0dedabc042dd0c0a1b542794480de21921625ade (patch) | |
| tree | cc976dfa43982728c043a2a72c7f851ab8fc20d8 /dev-haskell | |
| parent | bf9c49b9b2d155ebf9829aca0ea301c1909af184 (diff) | |
| download | gentoo-0dedabc042dd0c0a1b542794480de21921625ade.tar.gz gentoo-0dedabc042dd0c0a1b542794480de21921625ade.tar.bz2 gentoo-0dedabc042dd0c0a1b542794480de21921625ade.zip | |
dev-haskell/appar: 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/appar/appar-0.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/appar/appar-0.1.8.ebuild b/dev-haskell/appar/appar-0.1.8.ebuild index ead22e56758e..638221c8dd66 100644 --- a/dev-haskell/appar/appar-0.1.8.ebuild +++ b/dev-haskell/appar/appar-0.1.8.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="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] |
