diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:54:51 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:54:51 +0000 |
commit | 7121fc03a30ce8baf7740b64165b5fdd9f166fdb (patch) | |
tree | c5001d5db8c5abb1737bbe0ab57d04f24918500a /dev-ml | |
parent | x86 stable wrt bug #511056 (diff) | |
download | gentoo-2-7121fc03a30ce8baf7740b64165b5fdd9f166fdb.tar.gz gentoo-2-7121fc03a30ce8baf7740b64165b5fdd9f166fdb.tar.bz2 gentoo-2-7121fc03a30ce8baf7740b64165b5fdd9f166fdb.zip |
x86 stable wrt bug #502734
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/postgresql-ocaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/postgresql-ocaml/ChangeLog b/dev-ml/postgresql-ocaml/ChangeLog index f20fe4be12e2..613824608d4d 100644 --- a/dev-ml/postgresql-ocaml/ChangeLog +++ b/dev-ml/postgresql-ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/postgresql-ocaml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.37 2014/04/13 17:40:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.38 2014/06/14 10:54:51 phajdan.jr Exp $ + + 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + postgresql-ocaml-2.0.5.ebuild: + x86 stable wrt bug #502734 *postgresql-ocaml-2.0.6 (13 Apr 2014) diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild index 26b6b1f7675d..6770de5b3098 100644 --- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild +++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild,v 1.1 2014/01/19 13:11:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild,v 1.2 2014/06/14 10:54:51 phajdan.jr Exp $ EAPI=5 @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" SLOT="0/${PV}" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" ) |