* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild
@ 2012-03-28 4:26 Mike Frysinger (vapier)
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2012-03-28 4:26 UTC (permalink / raw
To: gentoo-commits
vapier 12/03/28 04:26:58
Modified: ChangeLog coreutils-8.16.ebuild
Log:
Force mknod test to avoid dying when running as root #409919 by Paweł Rumian.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Revision Changes Path
1.337 sys-apps/coreutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.337&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.337&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.336&r2=1.337
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- ChangeLog 27 Mar 2012 17:49:13 -0000 1.336
+++ ChangeLog 28 Mar 2012 04:26:58 -0000 1.337
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.336 2012/03/27 17:49:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.337 2012/03/28 04:26:58 vapier Exp $
+
+ 28 Mar 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.16.ebuild:
+ Force mknod test to avoid dying when running as root #409919 by Paweł
+ Rumian.
27 Mar 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.5.ebuild,
coreutils-8.5-r1.ebuild, coreutils-8.7.ebuild, coreutils-8.8.ebuild,
1.3 sys-apps/coreutils/coreutils-8.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.2&r2=1.3
Index: coreutils-8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coreutils-8.16.ebuild 27 Mar 2012 17:49:13 -0000 1.2
+++ coreutils-8.16.ebuild 28 Mar 2012 04:26:58 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.2 2012/03/27 17:49:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.3 2012/03/28 04:26:58 vapier Exp $
EAPI="3"
@@ -64,6 +64,7 @@
src_configure() {
tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] && export fu_cv_sys_stat_statfs2_bsize=yes #311569
+ export gl_cv_func_mknod_works=yes #409919
use static && append-ldflags -static && sed -i '/elf_sys=yes/s:yes:no:' configure #321821
use selinux || export ac_cv_{header_selinux_{context,flash,selinux}_h,search_setfilecon}=no #301782
# kill/uptime - procps
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild
@ 2012-08-18 17:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-18 17:17 UTC (permalink / raw
To: gentoo-commits
ago 12/08/18 17:17:48
Modified: ChangeLog coreutils-8.16.ebuild
Log:
Stable for amd64, wrt bug #431722
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.342 sys-apps/coreutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.342&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.342&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.341&r2=1.342
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- ChangeLog 12 Aug 2012 14:55:22 -0000 1.341
+++ ChangeLog 18 Aug 2012 17:17:48 -0000 1.342
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.341 2012/08/12 14:55:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.342 2012/08/18 17:17:48 ago Exp $
+
+ 18 Aug 2012; Agostino Sarubbo <ago@gentoo.org> coreutils-8.16.ebuild:
+ Stable for amd64, wrt bug #431722
*coreutils-8.18 (12 Aug 2012)
1.4 sys-apps/coreutils/coreutils-8.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.3&r2=1.4
Index: coreutils-8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- coreutils-8.16.ebuild 28 Mar 2012 04:26:58 -0000 1.3
+++ coreutils-8.16.ebuild 18 Aug 2012 17:17:48 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.3 2012/03/28 04:26:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.4 2012/08/18 17:17:48 ago Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
RDEPEND="caps? ( sys-libs/libcap )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild
@ 2012-08-20 2:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-08-20 2:51 UTC (permalink / raw
To: gentoo-commits
jer 12/08/20 02:51:34
Modified: ChangeLog coreutils-8.16.ebuild
Log:
Stable for HPPA (bug #431722).
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Revision Changes Path
1.345 sys-apps/coreutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.345&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.345&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.344&r2=1.345
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- ChangeLog 18 Aug 2012 22:14:00 -0000 1.344
+++ ChangeLog 20 Aug 2012 02:51:33 -0000 1.345
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.344 2012/08/18 22:14:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.345 2012/08/20 02:51:33 jer Exp $
+
+ 20 Aug 2012; Jeroen Roovers <jer@gentoo.org> coreutils-8.16.ebuild:
+ Stable for HPPA (bug #431722).
18 Aug 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.18.ebuild:
Depend on USE=static-libs for lib packages when USE=static #425732 by
1.5 sys-apps/coreutils/coreutils-8.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.4&r2=1.5
Index: coreutils-8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coreutils-8.16.ebuild 18 Aug 2012 17:17:48 -0000 1.4
+++ coreutils-8.16.ebuild 20 Aug 2012 02:51:33 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.4 2012/08/18 17:17:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.5 2012/08/20 02:51:33 jer Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
RDEPEND="caps? ( sys-libs/libcap )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild
@ 2012-08-23 21:08 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-08-23 21:08 UTC (permalink / raw
To: gentoo-commits
maekke 12/08/23 21:08:56
Modified: ChangeLog coreutils-8.16.ebuild
Log:
arm stable, bug #431722
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Revision Changes Path
1.347 sys-apps/coreutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.347&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.347&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.346&r2=1.347
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -r1.346 -r1.347
--- ChangeLog 20 Aug 2012 17:57:39 -0000 1.346
+++ ChangeLog 23 Aug 2012 21:08:56 -0000 1.347
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.346 2012/08/20 17:57:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.347 2012/08/23 21:08:56 maekke Exp $
+
+ 23 Aug 2012; Markus Meier <maekke@gentoo.org> coreutils-8.16.ebuild:
+ arm stable, bug #431722
*coreutils-8.19 (20 Aug 2012)
1.6 sys-apps/coreutils/coreutils-8.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.5&r2=1.6
Index: coreutils-8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- coreutils-8.16.ebuild 20 Aug 2012 02:51:33 -0000 1.5
+++ coreutils-8.16.ebuild 23 Aug 2012 21:08:56 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.5 2012/08/20 02:51:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.6 2012/08/23 21:08:56 maekke Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
RDEPEND="caps? ( sys-libs/libcap )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild
@ 2012-09-23 8:07 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-23 8:07 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/09/23 08:07:25
Modified: ChangeLog coreutils-8.16.ebuild
Log:
x86 stable wrt bug #431722
(Portage version: 2.1.11.9/cvs/Linux i686)
Revision Changes Path
1.349 sys-apps/coreutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.349&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.349&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.348&r2=1.349
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog 6 Sep 2012 18:49:24 -0000 1.348
+++ ChangeLog 23 Sep 2012 08:07:25 -0000 1.349
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.348 2012/09/06 18:49:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.349 2012/09/23 08:07:25 phajdan.jr Exp $
+
+ 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> coreutils-8.16.ebuild:
+ x86 stable wrt bug #431722
06 Sep 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.16.ebuild:
Hack the glibc-2.16/gets issue to current stable (already fixed in newer
1.8 sys-apps/coreutils/coreutils-8.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.7&r2=1.8
Index: coreutils-8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- coreutils-8.16.ebuild 6 Sep 2012 18:49:24 -0000 1.7
+++ coreutils-8.16.ebuild 23 Sep 2012 08:07:25 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.7 2012/09/06 18:49:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.8 2012/09/23 08:07:25 phajdan.jr Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
RDEPEND="caps? ( sys-libs/libcap )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild
@ 2012-09-30 17:53 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-30 17:53 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/30 17:53:12
Modified: ChangeLog coreutils-8.16.ebuild
Log:
alpha/ia64/m68k/s390/sh/sparc stable wrt #431722
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.351 sys-apps/coreutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.351&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.351&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.350&r2=1.351
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- ChangeLog 27 Sep 2012 01:18:50 -0000 1.350
+++ ChangeLog 30 Sep 2012 17:53:12 -0000 1.351
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.350 2012/09/27 01:18:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.351 2012/09/30 17:53:12 armin76 Exp $
+
+ 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> coreutils-8.16.ebuild:
+ alpha/ia64/m68k/s390/sh/sparc stable wrt #431722
27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> coreutils-8.16.ebuild:
stable ppc ppc64, bug #431722
1.10 sys-apps/coreutils/coreutils-8.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild?r1=1.9&r2=1.10
Index: coreutils-8.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- coreutils-8.16.ebuild 27 Sep 2012 01:18:50 -0000 1.9
+++ coreutils-8.16.ebuild 30 Sep 2012 17:53:12 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.9 2012/09/27 01:18:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.16.ebuild,v 1.10 2012/09/30 17:53:12 armin76 Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
RDEPEND="caps? ( sys-libs/libcap )
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-09-30 17:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28 4:26 [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.16.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2012-08-18 17:17 Agostino Sarubbo (ago)
2012-08-20 2:51 Jeroen Roovers (jer)
2012-08-23 21:08 Markus Meier (maekke)
2012-09-23 8:07 PaweA Hajdan (phajdan.jr)
2012-09-30 17:53 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox