diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-12 15:52:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-12 15:52:31 +0000 |
commit | 5501a822f06fab1c59c51fd66c8485d72cb388fe (patch) | |
tree | a66cf048fa9fdbb1e83b7ffab14bbc1ba99f8953 /sys-libs | |
parent | amd64 stable, bug 175151 (diff) | |
download | gentoo-2-5501a822f06fab1c59c51fd66c8485d72cb388fe.tar.gz gentoo-2-5501a822f06fab1c59c51fd66c8485d72cb388fe.tar.bz2 gentoo-2-5501a822f06fab1c59c51fd66c8485d72cb388fe.zip |
move into unstable
(Portage version: 2.1.3.4)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.6.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index 9768ee732898..a092b187d4f8 100644 --- a/sys-libs/glibc/glibc-2.6.1.ebuild +++ b/sys-libs/glibc/glibc-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.3 2007/08/07 03:37:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.4 2007/08/12 15:52:31 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -8,8 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -# need to wait for proper ports/linuxthreads release -KEYWORDS="" #~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |