diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-29 15:03:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-29 15:03:17 +0000 |
commit | 9acf25e92e8b6c98c21d1d327a36af847bca563d (patch) | |
tree | 95cf8928be5d60f73ee3f225685f75a5a39fb8e0 /sys-libs | |
parent | Stable for HPPA (bug #432754). (diff) | |
download | gentoo-2-9acf25e92e8b6c98c21d1d327a36af847bca563d.tar.gz gentoo-2-9acf25e92e8b6c98c21d1d327a36af847bca563d.tar.bz2 gentoo-2-9acf25e92e8b6c98c21d1d327a36af847bca563d.zip |
Stable for HPPA (bug #444686).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index ec7277f4cb76..4cecba223afa 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.48 2012/11/25 18:06:29 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.49 2012/11/29 15:03:17 jer Exp $ + + 29 Nov 2012; Jeroen Roovers <jer@gentoo.org> tdb-1.2.10.ebuild: + Stable for HPPA (bug #444686). 25 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tdb-1.2.10.ebuild: stable ppc ppc64, bug #444686 diff --git a/sys-libs/tdb/tdb-1.2.10.ebuild b/sys-libs/tdb/tdb-1.2.10.ebuild index 1ec167d751f7..c90d5d435567 100644 --- a/sys-libs/tdb/tdb-1.2.10.ebuild +++ b/sys-libs/tdb/tdb-1.2.10.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/tdb/tdb-1.2.10.ebuild,v 1.6 2012/11/25 18:06:29 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.10.ebuild,v 1.7 2012/11/29 15:03:17 jer Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -14,7 +14,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 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="python" RDEPEND="" |