diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:26:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:26:22 +0000 |
commit | 9fd6687ba8623164db94a7b99d453739cc69981e (patch) | |
tree | a6c84608ab6a11588afdf43926783122b25a594a /dev-haskell/tar | |
parent | Stable for sparc, wrt bug #456514 (diff) | |
download | gentoo-2-9fd6687ba8623164db94a7b99d453739cc69981e.tar.gz gentoo-2-9fd6687ba8623164db94a7b99d453739cc69981e.tar.bz2 gentoo-2-9fd6687ba8623164db94a7b99d453739cc69981e.zip |
Stable for sparc, wrt bug #456516
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/tar')
-rw-r--r-- | dev-haskell/tar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/tar/tar-0.4.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/tar/ChangeLog b/dev-haskell/tar/ChangeLog index 4782079203fe..39e692a517df 100644 --- a/dev-haskell/tar/ChangeLog +++ b/dev-haskell/tar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/tar # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.20 2013/03/30 15:00:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.21 2013/03/31 10:26:22 ago Exp $ + + 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tar-0.4.0.1.ebuild: + Stable for sparc, wrt bug #456516 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tar-0.4.0.1.ebuild: Stable for alpha, wrt bug #456516 diff --git a/dev-haskell/tar/tar-0.4.0.1.ebuild b/dev-haskell/tar/tar-0.4.0.1.ebuild index c0b2dfbef3de..523bbd07ef0c 100644 --- a/dev-haskell/tar/tar-0.4.0.1.ebuild +++ b/dev-haskell/tar/tar-0.4.0.1.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/tar/tar-0.4.0.1.ebuild,v 1.8 2013/03/30 15:00:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.4.0.1.ebuild,v 1.9 2013/03/31 10:26:22 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-macos" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" |