diff options
author | 2015-01-02 23:12:25 +0000 | |
---|---|---|
committer | 2015-01-02 23:12:25 +0000 | |
commit | efd2c9aeb9eb4284c1f03418f4473c38392ef3c6 (patch) | |
tree | b6a9295b81e68f832dd88b0417ab90b0077af325 /dev-haskell | |
parent | ppc64 stable (diff) | |
download | gentoo-2-efd2c9aeb9eb4284c1f03418f4473c38392ef3c6.tar.gz gentoo-2-efd2c9aeb9eb4284c1f03418f4473c38392ef3c6.tar.bz2 gentoo-2-efd2c9aeb9eb4284c1f03418f4473c38392ef3c6.zip |
ppc64 stable
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/xhtml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog index 88a0f1946d28..f2f74d941766 100644 --- a/dev-haskell/xhtml/ChangeLog +++ b/dev-haskell/xhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/xhtml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.44 2014/12/23 22:53:37 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.45 2015/01/02 23:12:25 slyfox Exp $ + + 02 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild: + ppc64 stable 23 Dec 2014; Sergei Trofimovich <slyfox@gentoo.org> xhtml-3000.2.1-r1.ebuild: Mark as a core lib for ghc-7.8.4. diff --git a/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild index b9bcb084beac..19ee98282fb3 100644 --- a/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild +++ b/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.9 2014/12/23 22:53:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1-r1.ebuild,v 1.10 2015/01/02 23:12:25 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="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" |