diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-28 12:07:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-28 12:07:04 +0000 |
commit | ca1660b2fec512a1b8b0bbe8e89d9366da9b3da6 (patch) | |
tree | 00219bd6f8d6878249d75b837fe82f1d3a6f9a9b /sys-libs/tdb | |
parent | Stable for x86, wrt bug #466284 (diff) | |
download | gentoo-2-ca1660b2fec512a1b8b0bbe8e89d9366da9b3da6.tar.gz gentoo-2-ca1660b2fec512a1b8b0bbe8e89d9366da9b3da6.tar.bz2 gentoo-2-ca1660b2fec512a1b8b0bbe8e89d9366da9b3da6.zip |
Stable for x86, wrt bug #466284
(Portage version: 2.1.11.62/cvs/Linux x86_64, 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.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 171cf44db7f2..872d69c5e05f 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.52 2013/04/28 11:38:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.53 2013/04/28 12:07:04 ago Exp $ + + 28 Apr 2013; Agostino Sarubbo <ago@gentoo.org> tdb-1.2.11.ebuild: + Stable for x86, wrt bug #466284 28 Apr 2013; Agostino Sarubbo <ago@gentoo.org> tdb-1.2.11.ebuild: Stable for amd64, wrt bug #466284 diff --git a/sys-libs/tdb/tdb-1.2.11.ebuild b/sys-libs/tdb/tdb-1.2.11.ebuild index 8bf29b3cef3c..1f768d22f80d 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.3 2013/04/28 11:38:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.11.ebuild,v 1.4 2013/04/28 12:07:04 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="" |