diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-30 15:02:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-30 15:02:06 +0000 |
commit | ef8114b394e60c89395d593965a5214b7f6d72e9 (patch) | |
tree | d08f0157f4b1791ca0f68be6a211dc7a3fd045b8 /dev-haskell/text | |
parent | Don't run vala_src_prepare two times (#463776 by Harris Landgarten). (diff) | |
download | gentoo-2-ef8114b394e60c89395d593965a5214b7f6d72e9.tar.gz gentoo-2-ef8114b394e60c89395d593965a5214b7f6d72e9.tar.bz2 gentoo-2-ef8114b394e60c89395d593965a5214b7f6d72e9.zip |
Stable for alpha, wrt bug #456520
(Portage version: 2.1.11.52/cvs/Linux ppc64, 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-0.11.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/text/ChangeLog b/dev-haskell/text/ChangeLog index 948350be529b..76743cb165b2 100644 --- a/dev-haskell/text/ChangeLog +++ b/dev-haskell/text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/text # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.25 2013/03/28 22:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.26 2013/03/30 15:02:06 ago Exp $ + + 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> text-0.11.2.3.ebuild: + Stable for alpha, wrt bug #456520 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> text-0.11.2.3.ebuild: Stable for ia64, wrt bug #456520 diff --git a/dev-haskell/text/text-0.11.2.3.ebuild b/dev-haskell/text/text-0.11.2.3.ebuild index 72e82103b1b8..d526e9ca98dd 100644 --- a/dev-haskell/text/text-0.11.2.3.ebuild +++ b/dev-haskell/text/text-0.11.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.2.3.ebuild,v 1.7 2013/03/28 22:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.2.3.ebuild,v 1.8 2013/03/30 15:02:06 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" # tests fail to build: # <command line>: cannot satisfy -package-id text-0.11.2.3-inplace: # text-0.11.2.3-inplace is shadowed by package text-0.11.2.3-db61832d0c4660614c4ceff234ed4abb |