diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-05 16:38:28 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-05 16:38:28 +0000 |
commit | c7ffaa04c38e126764a8efae3eff35570f4d7071 (patch) | |
tree | 293f7e00729f31485538806354a96691731e3f45 /sys-libs | |
parent | Added >=app-text/ptex-3.1.4.20041026, based on masked tetex-beta. (diff) | |
download | gentoo-2-c7ffaa04c38e126764a8efae3eff35570f4d7071.tar.gz gentoo-2-c7ffaa04c38e126764a8efae3eff35570f4d7071.tar.bz2 gentoo-2-c7ffaa04c38e126764a8efae3eff35570f4d7071.zip |
keywording as ~amd64, ~ppc64, ~ia64, and ~x86. added ~ppc keyword thanks to testing by morfic. hopefully this will be the last new revision for a bit.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 038087f27620..d3c5f9e4ea34 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.287 2004/11/05 14:04:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.288 2004/11/05 16:38:28 lv Exp $ + + 05 Nov 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20041102.ebuild: + keywording as ~amd64, ~ppc64, ~ia64, and ~x86. added ~ppc keyword thanks to + testing by morfic. hopefully this will be the last new revision for a bit. 05 Nov 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20041021.ebuild, glibc-2.3.4.20041102.ebuild: diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild index 986d16213214..85a31fc7f3fc 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.2 2004/11/05 14:04:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.3 2004/11/05 16:38:28 lv Exp $ inherit eutils flag-o-matic gcc versionator @@ -40,8 +40,7 @@ SRC_URI="http://dev.gentoo.org/~lv/${PN}-${BASE_PV}.tar.bz2 LICENSE="LGPL-2" SLOT="2.2" -#KEYWORDS="~amd64 ~ppc64 -hppa ~ia64 -ppc ~x86 -*" -KEYWORDS="-*" +KEYWORDS="~amd64 ~ppc64 -hppa ~ia64 ~ppc ~x86 -*" IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales nomalloccheck" RESTRICT="nostrip" # we'll handle stripping ourself #46186 |