diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-09-10 21:04:36 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-09-10 21:04:36 +0000 |
commit | d54375c8f036206659ad1d545c0eea7c9916fcd1 (patch) | |
tree | a20a22e59568eb8cc407b8ee5f68c57822f7882c /dev-haskell | |
parent | keyword for alpha/ia64 (diff) | |
download | gentoo-2-d54375c8f036206659ad1d545c0eea7c9916fcd1.tar.gz gentoo-2-d54375c8f036206659ad1d545c0eea7c9916fcd1.tar.bz2 gentoo-2-d54375c8f036206659ad1d545c0eea7c9916fcd1.zip |
keyword for alpha/ia64
(Portage version: 2.2.12_p12/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/tagged/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/tagged/tagged-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/tagged/ChangeLog b/dev-haskell/tagged/ChangeLog index 598059ab4f0f..8724cb58ccd0 100644 --- a/dev-haskell/tagged/ChangeLog +++ b/dev-haskell/tagged/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/tagged # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagged/ChangeLog,v 1.4 2014/07/25 08:58:22 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagged/ChangeLog,v 1.5 2014/09/10 21:04:36 slyfox Exp $ + + 10 Sep 2014; Sergei Trofimovich <slyfox@gentoo.org> tagged-0.7.2.ebuild: + keyword for alpha/ia64 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/tagged/tagged-0.7.2.ebuild b/dev-haskell/tagged/tagged-0.7.2.ebuild index 164c5e79a928..bdccb4be0e5d 100644 --- a/dev-haskell/tagged/tagged-0.7.2.ebuild +++ b/dev-haskell/tagged/tagged-0.7.2.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/tagged/tagged-0.7.2.ebuild,v 1.1 2014/07/02 13:59:45 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagged/tagged-0.7.2.ebuild,v 1.2 2014/09/10 21:04:36 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="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |