diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:44:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:44:05 +0100 |
commit | c8785fa2b9ca91ca3d2eed87cd7145a988132a48 (patch) | |
tree | e149f9d1bc06232e91c95149e67de3dc52adb014 /dev-haskell/extensible-exceptions | |
parent | dev-haskell/dataenc: drop x86-macos (diff) | |
download | gentoo-c8785fa2b9ca91ca3d2eed87cd7145a988132a48.tar.gz gentoo-c8785fa2b9ca91ca3d2eed87cd7145a988132a48.tar.bz2 gentoo-c8785fa2b9ca91ca3d2eed87cd7145a988132a48.zip |
dev-haskell/extensible-exceptions: 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/extensible-exceptions')
-rw-r--r-- | dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild index ae922f958a10..70b160ff2813 100644 --- a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild +++ b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.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 ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |