diff options
author | 2013-09-06 16:04:59 +0000 | |
---|---|---|
committer | 2013-09-06 16:04:59 +0000 | |
commit | a2f35e34aa0bcb6c18d49d911117d95bac470d6c (patch) | |
tree | 48f3122d241dbcad78f82a9e6068194d127a696a /sys-libs | |
parent | Stable for sparc, wrt bug #478260 (diff) | |
download | gentoo-2-a2f35e34aa0bcb6c18d49d911117d95bac470d6c.tar.gz gentoo-2-a2f35e34aa0bcb6c18d49d911117d95bac470d6c.tar.bz2 gentoo-2-a2f35e34aa0bcb6c18d49d911117d95bac470d6c.zip |
Stable for sparc, wrt bug #478260
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 588dc6b56f1a..bd8d4c5085eb 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.59 2013/09/03 11:55:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.60 2013/09/06 16:04:59 ago Exp $ + + 06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> tdb-1.2.11.ebuild: + Stable for sparc, wrt bug #478260 03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> tdb-1.2.11.ebuild: Stable for ia64, wrt bug #478260 diff --git a/sys-libs/tdb/tdb-1.2.11.ebuild b/sys-libs/tdb/tdb-1.2.11.ebuild index d71e61d633ba..f43a5e1da7f3 100644 --- a/sys-libs/tdb/tdb-1.2.11.ebuild +++ b/sys-libs/tdb/tdb-1.2.11.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/sys-libs/tdb/tdb-1.2.11.ebuild,v 1.7 2013/09/03 11:55:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.11.ebuild,v 1.8 2013/09/06 16:04:59 ago 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 ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="python" RDEPEND="" |