diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-09 07:10:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-09 07:10:10 +0000 |
commit | 212e7d0042f2fc0738b696d9bcba6bd986b8e788 (patch) | |
tree | 5370f373fcd8cd0a9facc93e7d9e5ece1c3ba682 /dev-haskell/text | |
parent | Stable for x86, wrt bug #550390 (diff) | |
download | gentoo-2-212e7d0042f2fc0738b696d9bcba6bd986b8e788.tar.gz gentoo-2-212e7d0042f2fc0738b696d9bcba6bd986b8e788.tar.bz2 gentoo-2-212e7d0042f2fc0738b696d9bcba6bd986b8e788.zip |
Stable for x86, wrt bug #550400
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/text')
-rw-r--r-- | dev-haskell/text/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/text/text-1.1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/text/ChangeLog b/dev-haskell/text/ChangeLog index cad9f5ff851d..d117267aaf91 100644 --- a/dev-haskell/text/ChangeLog +++ b/dev-haskell/text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/text # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.49 2015/06/08 16:07:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.50 2015/06/09 07:10:10 ago Exp $ + + 09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> text-1.1.1.3.ebuild: + Stable for x86, wrt bug #550400 08 Jun 2015; Agostino Sarubbo <ago@gentoo.org> text-1.1.1.3.ebuild: Stable for amd64, wrt bug #550400 diff --git a/dev-haskell/text/text-1.1.1.3.ebuild b/dev-haskell/text/text-1.1.1.3.ebuild index 48009826ed51..b0103cca9995 100644 --- a/dev-haskell/text/text-1.1.1.3.ebuild +++ b/dev-haskell/text/text-1.1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-1.1.1.3.ebuild,v 1.3 2015/06/08 16:07:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-1.1.1.3.ebuild,v 1.4 2015/06/09 07:10:10 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="developer" RESTRICT="test" # quickcheck-2.7 is missing keywords due to new tf-random dep |