diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-22 20:06:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-22 20:06:30 +0000 |
commit | 0e6f1555446c222c4c7edd5c6f28bafe7580b4ac (patch) | |
tree | 0704ebc4598d9d86dbab020a32be763ed64078bc /sys-libs | |
parent | EAPI bump, cosmetic stuff (diff) | |
download | historical-0e6f1555446c222c4c7edd5c6f28bafe7580b4ac.tar.gz historical-0e6f1555446c222c4c7edd5c6f28bafe7580b4ac.tar.bz2 historical-0e6f1555446c222c4c7edd5c6f28bafe7580b4ac.zip |
Add m68k keywords.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.17.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.18-r1.ebuild (renamed from sys-libs/glibc/glibc-2.18.ebuild) | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 8dfd63b92dd3..f485310e36bd 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.976 2014/01/17 07:45:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.977 2014/01/22 20:06:30 vapier Exp $ + +*glibc-2.18-r1 (22 Jan 2014) + + 22 Jan 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild, + -glibc-2.18.ebuild, +glibc-2.18-r1.ebuild: + Add m68k keywords. 17 Jan 2014; Mike Frysinger <vapier@gentoo.org> files/eblits/src_install.eblit: diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild index 3ea6552f5bc9..bc05e3f02fe4 100644 --- a/sys-libs/glibc/glibc-2.17.ebuild +++ b/sys-libs/glibc/glibc-2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.29 2014/01/17 03:15:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.30 2014/01/22 20:06:30 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.18.ebuild b/sys-libs/glibc/glibc-2.18-r1.ebuild index c02b96eb6d9d..483cded45791 100644 --- a/sys-libs/glibc/glibc-2.18.ebuild +++ b/sys-libs/glibc/glibc-2.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18.ebuild,v 1.7 2014/01/17 03:15:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18-r1.ebuild,v 1.1 2014/01/22 20:06:30 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |