diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-03-02 17:35:31 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-03-02 17:35:31 +0000 |
commit | 9d0dc31e475a46e350c8b2512dd67b7df81be863 (patch) | |
tree | b7c636a56f88a10451018ed6a06069d0f5d02fd8 /sys-libs | |
parent | Fixed econf in src_compile() (diff) | |
download | gentoo-2-9d0dc31e475a46e350c8b2512dd67b7df81be863.tar.gz gentoo-2-9d0dc31e475a46e350c8b2512dd67b7df81be863.tar.bz2 gentoo-2-9d0dc31e475a46e350c8b2512dd67b7df81be863.zip |
x86 stable per bug 356839
(Portage version: 2.1.9.40/cvs/Linux i686)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/lib-compat/ChangeLog b/sys-libs/lib-compat/ChangeLog index c83dff7165f8..3aff65786238 100644 --- a/sys-libs/lib-compat/ChangeLog +++ b/sys-libs/lib-compat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/lib-compat -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.30 2008/12/06 01:20:17 vapier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.31 2011/03/02 17:35:31 tomka Exp $ + + 02 Mar 2011; Thomas Kahle <tomka@gentoo.org> lib-compat-1.4.2.ebuild: + x86 stable per bug 356839 *lib-compat-1.4.2 (06 Dec 2008) diff --git a/sys-libs/lib-compat/lib-compat-1.4.2.ebuild b/sys-libs/lib-compat/lib-compat-1.4.2.ebuild index 6b8953d07d30..0db40eb6c25e 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.2.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.2.ebuild,v 1.1 2008/12/06 01:20:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.2.ebuild,v 1.2 2011/03/02 17:35:31 tomka Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~ppc ~ppc64 x86" IUSE="" S=${WORKDIR}/${P}/${ARCH} |