diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:30:36 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:32 +0000 |
commit | d4a168aac1efd61abef6fdb33d02369aa4de1dbc (patch) | |
tree | c5a41f8ed3ea0ddb99a6da5df1bc01e17d27f660 /dev-haskell/echo | |
parent | dev-haskell/easy-file: Stabilize for amd64 (diff) | |
download | gentoo-d4a168aac1efd61abef6fdb33d02369aa4de1dbc.tar.gz gentoo-d4a168aac1efd61abef6fdb33d02369aa4de1dbc.tar.bz2 gentoo-d4a168aac1efd61abef6fdb33d02369aa4de1dbc.zip |
dev-haskell/echo: 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/echo')
-rw-r--r-- | dev-haskell/echo/echo-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/echo/echo-0.1.3.ebuild b/dev-haskell/echo/echo-0.1.3.ebuild index 2931bd3f29a7..bab96c0fc27f 100644 --- a/dev-haskell/echo/echo-0.1.3.ebuild +++ b/dev-haskell/echo/echo-0.1.3.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 @@ -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" RDEPEND=">=dev-lang/ghc-7.4.1:= |