diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:31:28 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:59 +0000 |
commit | 1c92a60977521a22c55caf09d17b49949b03b329 (patch) | |
tree | 851b318ccfa49050b9a26f328adf609c392d8590 /dev-haskell/filepath-bytestring | |
parent | dev-haskell/filemanip: Stabilize for amd64 (diff) | |
download | gentoo-1c92a60977521a22c55caf09d17b49949b03b329.tar.gz gentoo-1c92a60977521a22c55caf09d17b49949b03b329.tar.bz2 gentoo-1c92a60977521a22c55caf09d17b49949b03b329.zip |
dev-haskell/filepath-bytestring: 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/filepath-bytestring')
-rw-r--r-- | dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild index 7a2411148587..b888a56a556b 100644 --- a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.ebuild +++ b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.9.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 @@ -13,7 +13,7 @@ HOMEPAGE="https://hackage.haskell.org/package/filepath-bytestring" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |