diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-06-28 14:03:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-06-28 14:03:55 +0000 |
commit | caa8958ff82ef99a86e37cfdfd201f63b8767440 (patch) | |
tree | d674d1845df88c4be546838d2ce05005714b8c46 /dev-haskell/binary/binary-0.7.1.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-caa8958ff82ef99a86e37cfdfd201f63b8767440.tar.gz gentoo-2-caa8958ff82ef99a86e37cfdfd201f63b8767440.tar.bz2 gentoo-2-caa8958ff82ef99a86e37cfdfd201f63b8767440.zip |
alpha stable, bug #491980
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/binary/binary-0.7.1.0.ebuild')
-rw-r--r-- | dev-haskell/binary/binary-0.7.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/binary/binary-0.7.1.0.ebuild b/dev-haskell/binary/binary-0.7.1.0.ebuild index b48c455eb4cf..9a4892360e66 100644 --- a/dev-haskell/binary/binary-0.7.1.0.ebuild +++ b/dev-haskell/binary/binary-0.7.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.9 2014/04/13 13:07:03 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.10 2014/06/28 14:03:55 slyfox Exp $ EAPI=5 @@ -15,7 +15,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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" |