diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-03-12 14:17:21 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-03-12 14:17:21 +0000 |
commit | 72f00722b5215b3db6f7b8e2c1c5995f1300dea2 (patch) | |
tree | 0ed14bf7f63b8ec79cf7ee617ff5f62dbd1571f9 /sys-libs | |
parent | Stable on alpha, bug #356509 (diff) | |
download | gentoo-2-72f00722b5215b3db6f7b8e2c1c5995f1300dea2.tar.gz gentoo-2-72f00722b5215b3db6f7b8e2c1c5995f1300dea2.tar.bz2 gentoo-2-72f00722b5215b3db6f7b8e2c1c5995f1300dea2.zip |
Stable on alpha, bug #356839
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/lib-compat/ChangeLog b/sys-libs/lib-compat/ChangeLog index 3aff65786238..db428ea714e8 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.32 2011/03/12 14:17:21 klausman Exp $ + + 12 Mar 2011; Tobias Klausmann <klausman@gentoo.org> lib-compat-1.4.2.ebuild: + Stable on alpha, bug #356839 02 Mar 2011; Thomas Kahle <tomka@gentoo.org> lib-compat-1.4.2.ebuild: x86 stable per bug 356839 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 0db40eb6c25e..c64f8e1e0542 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-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.2 2011/03/02 17:35:31 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.2.ebuild,v 1.3 2011/03/12 14:17:21 klausman 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} |