diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-28 12:42:31 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-28 12:51:28 +0200 |
commit | 7c6e3dc29c58aefcaa0ce192c89ba11d9f3663cd (patch) | |
tree | 75eefa8c5ab9e204c8d96d0a6c1004137d6b9e3c /dev-haskell/mmap | |
parent | dev-haskell/memory: add ~amd64-linux keyword (diff) | |
download | gentoo-7c6e3dc29c58aefcaa0ce192c89ba11d9f3663cd.tar.gz gentoo-7c6e3dc29c58aefcaa0ce192c89ba11d9f3663cd.tar.bz2 gentoo-7c6e3dc29c58aefcaa0ce192c89ba11d9f3663cd.zip |
dev-haskell/mmap: add ~amd64-linux keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-haskell/mmap')
-rw-r--r-- | dev-haskell/mmap/mmap-0.5.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/mmap/mmap-0.5.9.ebuild b/dev-haskell/mmap/mmap-0.5.9.ebuild index 07394084092f..653f5c00d357 100644 --- a/dev-haskell/mmap/mmap-0.5.9.ebuild +++ b/dev-haskell/mmap/mmap-0.5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos" # IUSE="test" IUSE="" |