diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 13:53:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 13:53:42 +0000 |
commit | e9c14bca33159af15a2b821a5e4e83712ff3a7e0 (patch) | |
tree | eb0a6e359e5433be9f291e4cb662289127f365cd /dev-ml/ocaml-mysql | |
parent | No longer supporting zabbix releases prior to 2.0.8 due to php and curl compa... (diff) | |
download | gentoo-2-e9c14bca33159af15a2b821a5e4e83712ff3a7e0.tar.gz gentoo-2-e9c14bca33159af15a2b821a5e4e83712ff3a7e0.tar.bz2 gentoo-2-e9c14bca33159af15a2b821a5e4e83712ff3a7e0.zip |
Stable for x86, wrt bug #289226
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/ocaml-mysql')
-rw-r--r-- | dev-ml/ocaml-mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-mysql/ChangeLog b/dev-ml/ocaml-mysql/ChangeLog index a56a203c895f..ccdcda70bb8a 100644 --- a/dev-ml/ocaml-mysql/ChangeLog +++ b/dev-ml/ocaml-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-mysql # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.13 2013/08/26 17:00:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.14 2013/09/22 13:53:42 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> ocaml-mysql-1.1.1.ebuild: + Stable for x86, wrt bug #289226 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ocaml-mysql-1.1.1.ebuild: Stable for ppc, wrt bug #481646 diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild index a03149584970..287f90f3df13 100644 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild +++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.1.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-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.3 2013/08/26 17:00:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.4 2013/09/22 13:53:42 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="$DEPEND" SLOT="0/${PV}" LICENSE="LGPL-2" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" src_compile() { |