From: Michael Haubenwallner Date: Tue, 28 May 2019 15:58:14 +0000 (+0200) Subject: app-admin/haskell-updater: add ~x86-linux keyword X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=83082f7a967202147920e3b99da71ccb7f707634;p=gentoo.git app-admin/haskell-updater: add ~x86-linux keyword Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner --- diff --git a/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild index 7861b7114a80..fa1c19badf56 100644 --- a/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND=">=dev-lang/ghc-6.12.1"