diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-08 16:01:54 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-08 16:01:54 +0000 |
commit | 955cb82ac42432ad6267317522ba7ec8b54f79bc (patch) | |
tree | e2e244cd89a867fe7f37ac6e985d74751144e6dd /sys-libs | |
parent | Make corefonts dependency conditional based on USE=truetype, bug #146713 (diff) | |
download | gentoo-2-955cb82ac42432ad6267317522ba7ec8b54f79bc.tar.gz gentoo-2-955cb82ac42432ad6267317522ba7ec8b54f79bc.tar.bz2 gentoo-2-955cb82ac42432ad6267317522ba7ec8b54f79bc.zip |
Add ~alpha keyword.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 9dea602961f1..6b0b2033c4c8 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.496 2007/02/06 10:24:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.497 2007/02/08 16:01:54 kloeri Exp $ + + 08 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> glibc-2.5.ebuild: + Add ~alpha keyword. 06 Feb 2007; Christian Faulhammer <opfer@gentoo.org> glibc-2.5.ebuild: stable x86; bug #165085 diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild index 09442e3425a1..333ee1167315 100644 --- a/sys-libs/glibc/glibc-2.5.ebuild +++ b/sys-libs/glibc/glibc-2.5.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.5.ebuild,v 1.26 2007/02/06 10:24:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.27 2007/02/08 16:01:54 kloeri Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="-* ~amd64 arm ~ia64 ~ppc ppc64 sh ~sparc x86" +KEYWORDS="-* ~alpha ~amd64 arm ~ia64 ~ppc ppc64 sh ~sparc x86" BRANCH_UPDATE="" |