diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-25 18:07:55 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-25 18:07:55 +0000 |
commit | 3f0d8bdb7695ec88f0c36c2ddbff6e279efdb4e0 (patch) | |
tree | b84a842ad18f3031cd4f8dc3ad3525d78376fe9e /sys-libs/ldb | |
parent | stable ppc ppc64, bug #444686 (diff) | |
download | gentoo-2-3f0d8bdb7695ec88f0c36c2ddbff6e279efdb4e0.tar.gz gentoo-2-3f0d8bdb7695ec88f0c36c2ddbff6e279efdb4e0.tar.bz2 gentoo-2-3f0d8bdb7695ec88f0c36c2ddbff6e279efdb4e0.zip |
stable ppc ppc64, bug #444686
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs/ldb')
-rw-r--r-- | sys-libs/ldb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/ldb/ldb-1.1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/ldb/ChangeLog b/sys-libs/ldb/ChangeLog index aa3557d97267..11c342b3e7a4 100644 --- a/sys-libs/ldb/ChangeLog +++ b/sys-libs/ldb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/ldb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.40 2012/11/25 16:49:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.41 2012/11/25 18:07:55 blueness Exp $ + + 25 Nov 2012; Anthony G. Basile <blueness@gentoo.org> ldb-1.1.12.ebuild: + stable ppc ppc64, bug #444686 25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ldb-1.1.12.ebuild: Stable for x86, wrt bug #444686 diff --git a/sys-libs/ldb/ldb-1.1.12.ebuild b/sys-libs/ldb/ldb-1.1.12.ebuild index 5b661766235a..47b9fe94e3f9 100644 --- a/sys-libs/ldb/ldb-1.1.12.ebuild +++ b/sys-libs/ldb/ldb-1.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.5 2012/11/25 16:49:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.6 2012/11/25 18:07:55 blueness Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc" RDEPEND="dev-libs/popt |