diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-06 19:02:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-06 19:02:11 +0000 |
commit | 76ebdd886e4f4abb6dc6a40ae6528487ee250d2e (patch) | |
tree | c1cd3f3d24549eea05f6ebc5d82b1e3d2c6fe131 /sys-libs/ldb | |
parent | Stable for x86, wrt bug #511670 (diff) | |
download | gentoo-2-76ebdd886e4f4abb6dc6a40ae6528487ee250d2e.tar.gz gentoo-2-76ebdd886e4f4abb6dc6a40ae6528487ee250d2e.tar.bz2 gentoo-2-76ebdd886e4f4abb6dc6a40ae6528487ee250d2e.zip |
Stable for x86, wrt bug #511670
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/ldb')
-rw-r--r-- | sys-libs/ldb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/ldb/ldb-1.1.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/ldb/ChangeLog b/sys-libs/ldb/ChangeLog index c50e6ec486b1..6b2ad022efb1 100644 --- a/sys-libs/ldb/ChangeLog +++ b/sys-libs/ldb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/ldb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.66 2014/10/06 19:00:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.67 2014/10/06 19:02:11 ago Exp $ + + 06 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ldb-1.1.17-r1.ebuild: + Stable for x86, wrt bug #511670 06 Oct 2014; Agostino Sarubbo <ago@gentoo.org> ldb-1.1.17-r1.ebuild: Stable for amd64, wrt bug #511670 diff --git a/sys-libs/ldb/ldb-1.1.17-r1.ebuild b/sys-libs/ldb/ldb-1.1.17-r1.ebuild index d238308f175a..8b902c320aa4 100644 --- a/sys-libs/ldb/ldb-1.1.17-r1.ebuild +++ b/sys-libs/ldb/ldb-1.1.17-r1.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/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.3 2014/10/06 19:00:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.4 2014/10/06 19:02:11 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -13,7 +13,7 @@ SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc" RDEPEND="dev-libs/popt |