diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-10 19:00:11 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-10 19:00:11 +0000 |
commit | 6eb23acfdeca4637fd4edd406d928db19de4a3a0 (patch) | |
tree | c019dbf044855d1df3e3bd35dece0a57f000aac7 /dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild | |
parent | marked ~ia64 (diff) | |
download | gentoo-2-6eb23acfdeca4637fd4edd406d928db19de4a3a0.tar.gz gentoo-2-6eb23acfdeca4637fd4edd406d928db19de4a3a0.tar.bz2 gentoo-2-6eb23acfdeca4637fd4edd406d928db19de4a3a0.zip |
marked ~ia64
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild')
-rw-r--r-- | dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild b/dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild index 1baceab0fa11..b4cc238acc55 100644 --- a/dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild,v 1.2 2010/07/08 12:47:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zip-archive/zip-archive-0.1.1.6.ebuild,v 1.3 2010/07/10 19:00:11 slyfox Exp $ CABAL_FEATURES="bin lib profile haddock" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 |