summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-04-28 20:49:00 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-04-28 20:49:00 +0000
commit3b60bb677561fe73f7cc04ea7db6c099e2be9a46 (patch)
tree19805bb3dc149a1e0736a5245a6c5a89b9bf6cf3 /dev-haskell/rfc5051
parentdev-java/jna-posix has been removed. (diff)
downloadgentoo-2-3b60bb677561fe73f7cc04ea7db6c099e2be9a46.tar.gz
gentoo-2-3b60bb677561fe73f7cc04ea7db6c099e2be9a46.tar.bz2
gentoo-2-3b60bb677561fe73f7cc04ea7db6c099e2be9a46.zip
amd64/x86 stable wrt bug #546260 (stabilize pandoc-citeproc depends)
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/rfc5051')
-rw-r--r--dev-haskell/rfc5051/ChangeLog7
-rw-r--r--dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/rfc5051/ChangeLog b/dev-haskell/rfc5051/ChangeLog
index 8c4cf3c54737..1ae2bdefca73 100644
--- a/dev-haskell/rfc5051/ChangeLog
+++ b/dev-haskell/rfc5051/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/rfc5051
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/rfc5051/ChangeLog,v 1.3 2014/07/25 09:16:28 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/rfc5051/ChangeLog,v 1.4 2015/04/28 20:49:00 slyfox Exp $
+
+ 28 Apr 2015; Sergei Trofimovich <slyfox@gentoo.org> rfc5051-0.1.0.3.ebuild:
+ amd64/x86 stable wrt bug #546260 (stabilize pandoc-citeproc depends)
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> rfc5051-0.1.0.3.ebuild:
Drop trailing '.' from description.
diff --git a/dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild b/dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild
index 42fb8338b5e3..ac1b916dfb14 100644
--- a/dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild
+++ b/dev-haskell/rfc5051/rfc5051-0.1.0.3.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/rfc5051/rfc5051-0.1.0.3.ebuild,v 1.2 2014/07/25 09:16:28 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/rfc5051/rfc5051-0.1.0.3.ebuild,v 1.3 2015/04/28 20:49:00 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="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="mkunicodedata"
RDEPEND=">=dev-lang/ghc-7.0.1:=