diff options
author | 2011-02-06 12:40:51 +0000 | |
---|---|---|
committer | 2011-02-06 12:40:51 +0000 | |
commit | 60ac7d58d5e7abdfc097de6f149d688ed7ea282f (patch) | |
tree | 9d4efc9b5cff601d04f8906281d38c3c4b0ceb27 /dev-libs/klibc | |
parent | Fix building with x11-libs/libnotify >= 0.7. (diff) | |
download | historical-60ac7d58d5e7abdfc097de6f149d688ed7ea282f.tar.gz historical-60ac7d58d5e7abdfc097de6f149d688ed7ea282f.tar.bz2 historical-60ac7d58d5e7abdfc097de6f149d688ed7ea282f.zip |
Drop to ~mips
Package-Manager: portage-2.1.9.35/cvs/Linux mips64
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r-- | dev-libs/klibc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/klibc/klibc-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog index d08bd529faba..5a3c71091b2a 100644 --- a/dev-libs/klibc/ChangeLog +++ b/dev-libs/klibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/klibc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.73 2010/11/28 19:59:37 spock Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.74 2011/02/06 12:36:26 leio Exp $ + + 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> klibc-1.1.ebuild: + Drop to ~mips *klibc-1.5.20 (28 Nov 2010) diff --git a/dev-libs/klibc/klibc-1.1.ebuild b/dev-libs/klibc/klibc-1.1.ebuild index d3e45fc54b83..9a6d3bcf2d7f 100644 --- a/dev-libs/klibc/klibc-1.1.ebuild +++ b/dev-libs/klibc/klibc-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.1.ebuild,v 1.4 2007/07/02 14:54:32 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.1.ebuild,v 1.5 2011/02/06 12:36:26 leio Exp $ inherit eutils linux-mod @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/libs/klibc/${P}.tar.bz2 ftp://ftp.kernel.org/pub/linux/libs/klibc/Stable/${P}.tar.bz2 ftp://ftp.kernel.org/pub/linux/libs/klibc/Testing/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" -KEYWORDS="~amd64 mips ~ppc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~x86" IUSE="" RESTRICT="strip" |