diff options
author | 2019-05-28 12:43:55 +0200 | |
---|---|---|
committer | 2019-05-28 12:51:31 +0200 | |
commit | 93b9c7ff214a091f8f96b0c560e28209ac3487e4 (patch) | |
tree | fad04cf280eda054373ecae12c718bd3b154ec40 /dev-haskell/semigroups | |
parent | dev-haskell/scientific: add ~amd64-linux keyword (diff) | |
download | gentoo-93b9c7ff214a091f8f96b0c560e28209ac3487e4.tar.gz gentoo-93b9c7ff214a091f8f96b0c560e28209ac3487e4.tar.bz2 gentoo-93b9c7ff214a091f8f96b0c560e28209ac3487e4.zip |
dev-haskell/semigroups: 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/semigroups')
-rw-r--r-- | dev-haskell/semigroups/semigroups-0.18.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/semigroups/semigroups-0.18.2.ebuild b/dev-haskell/semigroups/semigroups-0.18.2.ebuild index 67cf33ee379d..7a37088a7242 100644 --- a/dev-haskell/semigroups/semigroups-0.18.2.ebuild +++ b/dev-haskell/semigroups/semigroups-0.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-linux" IUSE="+binary +transformers" RDEPEND=">=dev-haskell/bytestring-builder-0.10.4:=[profile?] <dev-haskell/bytestring-builder-1:=[profile?] |