diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 11:45:54 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:57:43 +0100 |
commit | 907646cb8e656395cbf278e3539fe5f4f2fde42c (patch) | |
tree | 3389e9db0d6be728d8cee766a4e55fa37798b73b /dev-haskell/system-filepath | |
parent | dev-haskell/tasty-lua: drop 0.2.3.1 (diff) | |
download | gentoo-907646cb8e656395cbf278e3539fe5f4f2fde42c.tar.gz gentoo-907646cb8e656395cbf278e3539fe5f4f2fde42c.tar.bz2 gentoo-907646cb8e656395cbf278e3539fe5f4f2fde42c.zip |
dev-haskell/system-filepath: revbump 0.4.14-r1
https://github.com/gentoo-haskell/gentoo-haskell/commit/7d1e29a1bef92658442cadc5024bffb938251f5b
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/system-filepath')
-rw-r--r-- | dev-haskell/system-filepath/system-filepath-0.4.14-r1.ebuild (renamed from dev-haskell/system-filepath/system-filepath-0.4.14.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-haskell/system-filepath/system-filepath-0.4.14.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.14-r1.ebuild index ac3f5eaa57e8..1fbd6a9a1d47 100644 --- a/dev-haskell/system-filepath/system-filepath-0.4.14.ebuild +++ b/dev-haskell/system-filepath/system-filepath-0.4.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,13 +14,11 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc64 ~x86" RESTRICT=test -RDEPEND=">=dev-haskell/semigroups-0.11:=[profile?] <dev-haskell/semigroups-0.19:=[profile?] - >=dev-haskell/text-0.11.0.6:=[profile?] +RDEPEND=">=dev-haskell/text-0.11.0.6:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} |