diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:53:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:53:46 +0000 |
commit | d4cdcb7aa0c0ff32e2738ae3a19309eb76b6681c (patch) | |
tree | 46bb1831441647215b5fae94fc82c7477fda0826 /sys-libs/tdb | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-d4cdcb7aa0c0ff32e2738ae3a19309eb76b6681c.tar.gz gentoo-2-d4cdcb7aa0c0ff32e2738ae3a19309eb76b6681c.tar.bz2 gentoo-2-d4cdcb7aa0c0ff32e2738ae3a19309eb76b6681c.zip |
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/tdb')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.3.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 536b36bb5c78..c0a666c2bdf5 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.65 2014/06/11 20:54:59 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.66 2014/07/22 10:53:46 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> tdb-1.3.0-r1.ebuild: + Stable for amd64, wrt bug #512912 11 Jun 2014; Rémi Cardona <remi@gentoo.org> tdb-1.3.0-r1.ebuild, +files/add_missing_stdbool_h_include.patch: diff --git a/sys-libs/tdb/tdb-1.3.0-r1.ebuild b/sys-libs/tdb/tdb-1.3.0-r1.ebuild index 7dd7adbb86f1..5e9330740bb8 100644 --- a/sys-libs/tdb/tdb-1.3.0-r1.ebuild +++ b/sys-libs/tdb/tdb-1.3.0-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/tdb/tdb-1.3.0-r1.ebuild,v 1.2 2014/06/11 20:54:59 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.3 2014/07/22 10:53:46 ago Exp $ EAPI=5 @@ -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" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |