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/talloc | |
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/talloc')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.0.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 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="" |