diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 13:44:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 13:44:08 +0000 |
commit | 7850081fbd822abf162a245aefaabfa26c9bcdcf (patch) | |
tree | 593241c1cd8d6d6c0e1d64c011217f0bba3b957f /app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild | |
parent | Stable for amd64, wrt bug #469882 (diff) | |
download | gentoo-2-7850081fbd822abf162a245aefaabfa26c9bcdcf.tar.gz gentoo-2-7850081fbd822abf162a245aefaabfa26c9bcdcf.tar.bz2 gentoo-2-7850081fbd822abf162a245aefaabfa26c9bcdcf.zip |
Stable for amd64, wrt bug #469884
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild')
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild b/app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild index 79d4177f7eda..7158ae7b6c68 100644 --- a/app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild,v 1.1 2012/12/11 07:36:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.9.1.ebuild,v 1.2 2013/05/15 13:44:08 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/haskell/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" S="${WORKDIR}/${PN}-${MY_PV}" |