diff options
author | 2014-01-14 13:57:08 +0000 | |
---|---|---|
committer | 2014-01-14 13:57:08 +0000 | |
commit | 8d5a0bbc384a31840bb0fe85988b822213d6bb2d (patch) | |
tree | 7bf3b8e513a1a47611547f4a6f41f63f218b20e6 /dev-haskell | |
parent | Stable for x86, wrt bug #495374 (diff) | |
download | gentoo-2-8d5a0bbc384a31840bb0fe85988b822213d6bb2d.tar.gz gentoo-2-8d5a0bbc384a31840bb0fe85988b822213d6bb2d.tar.bz2 gentoo-2-8d5a0bbc384a31840bb0fe85988b822213d6bb2d.zip |
Stable for x86, wrt bug #495376
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/cmdlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cmdlib/cmdlib-0.3.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/cmdlib/ChangeLog b/dev-haskell/cmdlib/ChangeLog index b6471a51139d..e2e3c945d71a 100644 --- a/dev-haskell/cmdlib/ChangeLog +++ b/dev-haskell/cmdlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cmdlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/ChangeLog,v 1.11 2014/01/12 19:57:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/ChangeLog,v 1.12 2014/01/14 13:57:08 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> cmdlib-0.3.5-r1.ebuild: + Stable for x86, wrt bug #495376 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> cmdlib-0.3.5-r1.ebuild: amd64 stable, bug #495376 diff --git a/dev-haskell/cmdlib/cmdlib-0.3.5-r1.ebuild b/dev-haskell/cmdlib/cmdlib-0.3.5-r1.ebuild index fcaa54d65ea5..e5111829f000 100644 --- a/dev-haskell/cmdlib/cmdlib-0.3.5-r1.ebuild +++ b/dev-haskell/cmdlib/cmdlib-0.3.5-r1.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/cmdlib/cmdlib-0.3.5-r1.ebuild,v 1.2 2014/01/12 19:57:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/cmdlib-0.3.5-r1.ebuild,v 1.3 2014/01/14 13:57:08 ago 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" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=dev-haskell/mtl-2:=[profile?] |