diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:37:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:37:14 +0000 |
commit | 8a4ea868a5bf637061d621c82fdf273b5018d6a5 (patch) | |
tree | 1596d77796f50f44f0947d680437c743cf64559f /sys-libs | |
parent | Stable for amd64, wrt bug #405617 (diff) | |
download | gentoo-2-8a4ea868a5bf637061d621c82fdf273b5018d6a5.tar.gz gentoo-2-8a4ea868a5bf637061d621c82fdf273b5018d6a5.tar.bz2 gentoo-2-8a4ea868a5bf637061d621c82fdf273b5018d6a5.zip |
Stable for amd64, wrt bug #405617
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 23f558394c1d..bc012f645bef 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.38 2011/07/11 00:16:00 halcy0n Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.39 2012/02/25 16:37:14 ago Exp $ + + 25 Feb 2012; Agostino Sarubbo <ago@gentoo.org> tdb-1.2.9.ebuild: + Stable for amd64, wrt bug #405617 11 Jul 2011; Mark Loeser <halcy0n@gentoo.org> tdb-1.2.7-r1.ebuild: Stable on ppc/ppc64; bug #361055 diff --git a/sys-libs/tdb/tdb-1.2.9.ebuild b/sys-libs/tdb/tdb-1.2.9.ebuild index 498af0dcfa68..5d9d04aa79a2 100644 --- a/sys-libs/tdb/tdb-1.2.9.ebuild +++ b/sys-libs/tdb/tdb-1.2.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.3 2011/07/07 04:30:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.4 2012/02/25 16:37:14 ago Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="python" RDEPEND="" |