diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-18 08:01:47 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-18 08:01:47 +0000 |
commit | e3f5c8ec2558517640f64eabd04a7a709e5fab85 (patch) | |
tree | 24eeeecccda33a1c01a28bc80d9d7659b20a00dc /sys-libs | |
parent | Fix build with gcc-4.5. Bug #318601 (diff) | |
download | historical-e3f5c8ec2558517640f64eabd04a7a709e5fab85.tar.gz historical-e3f5c8ec2558517640f64eabd04a7a709e5fab85.tar.bz2 historical-e3f5c8ec2558517640f64eabd04a7a709e5fab85.zip |
x86 stable wrt bug #300158
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.1.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index b48bc5bf2aa6..16a8c5335476 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/talloc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.13 2010/05/04 14:26:03 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.14 2010/05/18 08:01:47 phajdan.jr Exp $ + + 18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + talloc-2.0.1-r1.ebuild: + x86 stable wrt bug #300158 03 May 2010; Olivier Crête <tester@gentoo.org> ChangeLog: amd64 stable, bug #300158 diff --git a/sys-libs/talloc/talloc-2.0.1-r1.ebuild b/sys-libs/talloc/talloc-2.0.1-r1.ebuild index fd271d47c082..999aa96af14b 100644 --- a/sys-libs/talloc/talloc-2.0.1-r1.ebuild +++ b/sys-libs/talloc/talloc-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.1-r1.ebuild,v 1.2 2010/05/04 14:26:03 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.1-r1.ebuild,v 1.3 2010/05/18 08:01:47 phajdan.jr Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="compat doc static-libs swig" RDEPEND="" diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 53180f410429..96bfae361983 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.15 2010/05/04 14:26:41 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.16 2010/05/18 08:00:34 phajdan.jr Exp $ + + 18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> tdb-1.2.1.ebuild: + x86 stable wrt bug #300158 03 May 2010; Olivier Crête <tester@gentoo.org> tdb-1.2.1.ebuild: amd64 stable, bug #314899 diff --git a/sys-libs/tdb/tdb-1.2.1.ebuild b/sys-libs/tdb/tdb-1.2.1.ebuild index 966b809a2401..28790c1a43e5 100644 --- a/sys-libs/tdb/tdb-1.2.1.ebuild +++ b/sys-libs/tdb/tdb-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild,v 1.3 2010/05/04 14:26:41 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild,v 1.4 2010/05/18 08:00:34 phajdan.jr Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://tdb.samba.org/" SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="python static-libs tools tdbtest" RDEPEND="" |