diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:44:11 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:44:11 +0100 |
commit | 5c6f996c6145e1b87bc224764d1816cbca9c658f (patch) | |
tree | 488d10082bb9e2c69b2b5bad51ef97357384ee39 /dev-haskell/html | |
parent | dev-haskell/extensible-exceptions: drop x86-macos (diff) | |
download | gentoo-5c6f996c6145e1b87bc224764d1816cbca9c658f.tar.gz gentoo-5c6f996c6145e1b87bc224764d1816cbca9c658f.tar.bz2 gentoo-5c6f996c6145e1b87bc224764d1816cbca9c658f.zip |
dev-haskell/html: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-haskell/html')
-rw-r--r-- | dev-haskell/html/html-1.0.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/html/html-1.0.1.2-r1.ebuild b/dev-haskell/html/html-1.0.1.2-r1.ebuild index aeb69575b4aa..47616a4c9b8c 100644 --- a/dev-haskell/html/html-1.0.1.2-r1.ebuild +++ b/dev-haskell/html/html-1.0.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |