diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:42:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:42:22 +0000 |
commit | e5eefa843d62fb585dcd1a3fc7bd21ed49785743 (patch) | |
tree | 6331269ad47cac8e16d0dd7f4ae379e73a097029 /dev-ml | |
parent | Stable for x86, wrt bug #488452 (diff) | |
download | gentoo-2-e5eefa843d62fb585dcd1a3fc7bd21ed49785743.tar.gz gentoo-2-e5eefa843d62fb585dcd1a3fc7bd21ed49785743.tar.bz2 gentoo-2-e5eefa843d62fb585dcd1a3fc7bd21ed49785743.zip |
Stable for x86, wrt bug #492058
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/postgresql-ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/postgresql-ocaml/ChangeLog b/dev-ml/postgresql-ocaml/ChangeLog index 0ceaa683ac6a..12b29c9f4260 100644 --- a/dev-ml/postgresql-ocaml/ChangeLog +++ b/dev-ml/postgresql-ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/postgresql-ocaml # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.33 2013/07/22 13:14:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.34 2013/12/24 12:42:22 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> postgresql-ocaml-2.0.4.ebuild: + Stable for x86, wrt bug #492058 *postgresql-ocaml-2.0.4 (22 Jul 2013) diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild index fd0f10211c75..16514382e609 100644 --- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild +++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.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-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 1.1 2013/07/22 13:14:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 1.2 2013/12/24 12:42:22 ago 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" ) |