diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-27 12:53:39 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-27 12:53:39 +0000 |
commit | 0420050cdb02adc628d7c173c4d720a20e2e2520 (patch) | |
tree | 9b53ac0947ed6a95c037d3518ee2e73442099201 /sys-libs | |
parent | fix dep (Manifest recommit) (diff) | |
download | gentoo-2-0420050cdb02adc628d7c173c4d720a20e2e2520.tar.gz gentoo-2-0420050cdb02adc628d7c173c4d720a20e2e2520.tar.bz2 gentoo-2-0420050cdb02adc628d7c173c4d720a20e2e2520.zip |
dep fix
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3_pre20040420-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index d834f52e444a..1bfe3ed96957 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.155 2004/05/17 13:22:33 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.156 2004/05/27 12:53:39 lv Exp $ + + 27 May 2004; Travis Tilley <lv@gentoo.org> + glibc-2.3.3_pre20040420-r1.ebuild: + adding ~amd64 keyword to satisfy gcc 3.4 dep 17 May 2004; Travis Tilley <lv@gentoo.org> +files/2.3.3/glibc-2.3.3-ssp-gcc34-after-frandom.patch, diff --git a/sys-libs/glibc/glibc-2.3.3_pre20040420-r1.ebuild b/sys-libs/glibc/glibc-2.3.3_pre20040420-r1.ebuild index 8263a21c4762..7d96779f81b5 100644 --- a/sys-libs/glibc/glibc-2.3.3_pre20040420-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.3_pre20040420-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040420-r1.ebuild,v 1.2 2004/05/17 13:22:33 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040420-r1.ebuild,v 1.3 2004/05/27 12:53:39 lv Exp $ IUSE="nls pic build nptl erandom" @@ -59,7 +59,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2 HOMEPAGE="http://www.gnu.org/software/libc/libc.html" #KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~ia64 ~ppc" # breaks on ~alpha -KEYWORDS="-*" +KEYWORDS="-* ~amd64" SLOT="2.2" LICENSE="LGPL-2" |