diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 18:05:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 19:40:12 +0100 |
commit | 992dc040f34efc184675650d36f136e82a339a96 (patch) | |
tree | 212f7df9e72b407f01ec16abb017bfc8e716adce /dev-haskell/tasty/tasty-0.5.2.ebuild | |
parent | dev-haskell/bytestring-handle: stable 0.1.0.4 for x86/amd64, bug #631138 (diff) | |
download | gentoo-992dc040f34efc184675650d36f136e82a339a96.tar.gz gentoo-992dc040f34efc184675650d36f136e82a339a96.tar.bz2 gentoo-992dc040f34efc184675650d36f136e82a339a96.zip |
dev-haskell/tasty: stable 0.5.2 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"
Diffstat (limited to 'dev-haskell/tasty/tasty-0.5.2.ebuild')
-rw-r--r-- | dev-haskell/tasty/tasty-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tasty/tasty-0.5.2.ebuild b/dev-haskell/tasty/tasty-0.5.2.ebuild index b0308a1b64c3..5182cb9151c2 100644 --- a/dev-haskell/tasty/tasty-0.5.2.ebuild +++ b/dev-haskell/tasty/tasty-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # 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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="+colors" RDEPEND="dev-haskell/mtl:=[profile?] |