public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.mips.hardened/, tools-uclibc/portage.i686.hardened/env/, ...
@ 2013-03-25 21:02 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2013-03-25 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a0889d49aaa14eebd066664b67aab062c6a1e27a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:01:31 2013 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:01:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=a0889d49

tools-uclibc: update CFLAGS for procps and git on all arches

---
 .../portage.amd64.hardened/env/coreutils.conf      |    2 +-
 tools-uclibc/portage.amd64.hardened/env/git.conf   |    1 +
 tools-uclibc/portage.amd64.hardened/package.env    |    1 +
 .../portage.amd64.vanilla/env/coreutils.conf       |    2 +-
 tools-uclibc/portage.amd64.vanilla/env/git.conf    |    1 +
 tools-uclibc/portage.amd64.vanilla/package.env     |    1 +
 .../portage.arm.hardened/env/coreutils.conf        |    2 +-
 tools-uclibc/portage.arm.hardened/env/git.conf     |    1 +
 tools-uclibc/portage.arm.hardened/env/procps.conf  |    1 +
 tools-uclibc/portage.arm.hardened/package.env      |    2 ++
 .../portage.arm.vanilla/env/coreutils.conf         |    2 +-
 tools-uclibc/portage.arm.vanilla/env/git.conf      |    1 +
 tools-uclibc/portage.arm.vanilla/env/procps.conf   |    1 +
 tools-uclibc/portage.arm.vanilla/package.env       |    2 ++
 .../portage.i686.hardened/env/coreutils.conf       |    2 +-
 tools-uclibc/portage.i686.hardened/env/git.conf    |    1 +
 tools-uclibc/portage.i686.hardened/package.env     |    1 +
 .../portage.i686.vanilla/env/coreutils.conf        |    2 +-
 tools-uclibc/portage.i686.vanilla/env/git.conf     |    1 +
 tools-uclibc/portage.i686.vanilla/package.env      |    1 +
 .../portage.mips.hardened/env/coreutils.conf       |    2 +-
 tools-uclibc/portage.mips.hardened/env/git.conf    |    1 +
 tools-uclibc/portage.mips.hardened/env/procps.conf |    1 +
 .../portage.mips.hardened/package.accept_keywords  |    6 +++---
 tools-uclibc/portage.mips.hardened/package.env     |    2 ++
 .../portage.mips.vanilla/env/coreutils.conf        |    2 +-
 tools-uclibc/portage.mips.vanilla/env/git.conf     |    1 +
 tools-uclibc/portage.mips.vanilla/env/procps.conf  |    1 +
 .../portage.mips.vanilla/package.accept_keywords   |    6 +++---
 tools-uclibc/portage.mips.vanilla/package.env      |    2 ++
 .../portage.mipsel.hardened/env/coreutils.conf     |    2 +-
 tools-uclibc/portage.mipsel.hardened/env/git.conf  |    1 +
 .../portage.mipsel.hardened/env/procps.conf        |    1 +
 .../package.accept_keywords                        |    6 +++---
 tools-uclibc/portage.mipsel.hardened/package.env   |    2 ++
 .../portage.mipsel.vanilla/env/coreutils.conf      |    2 +-
 tools-uclibc/portage.mipsel.vanilla/env/git.conf   |    1 +
 .../portage.mipsel.vanilla/env/procps.conf         |    1 +
 .../portage.mipsel.vanilla/package.accept_keywords |    6 +++---
 tools-uclibc/portage.mipsel.vanilla/package.env    |    2 ++
 40 files changed, 54 insertions(+), 22 deletions(-)

diff --git a/tools-uclibc/portage.amd64.hardened/env/coreutils.conf b/tools-uclibc/portage.amd64.hardened/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.amd64.hardened/env/coreutils.conf
+++ b/tools-uclibc/portage.amd64.hardened/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.amd64.hardened/env/git.conf b/tools-uclibc/portage.amd64.hardened/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.amd64.hardened/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.amd64.hardened/package.env b/tools-uclibc/portage.amd64.hardened/package.env
index d0eaf07..538d924 100644
--- a/tools-uclibc/portage.amd64.hardened/package.env
+++ b/tools-uclibc/portage.amd64.hardened/package.env
@@ -1,2 +1,3 @@
 sys-apps/coreutils coreutils.conf
 sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf b/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf
+++ b/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.amd64.vanilla/env/git.conf b/tools-uclibc/portage.amd64.vanilla/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.amd64.vanilla/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.amd64.vanilla/package.env b/tools-uclibc/portage.amd64.vanilla/package.env
index d0eaf07..538d924 100644
--- a/tools-uclibc/portage.amd64.vanilla/package.env
+++ b/tools-uclibc/portage.amd64.vanilla/package.env
@@ -1,2 +1,3 @@
 sys-apps/coreutils coreutils.conf
 sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.arm.hardened/env/coreutils.conf b/tools-uclibc/portage.arm.hardened/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.arm.hardened/env/coreutils.conf
+++ b/tools-uclibc/portage.arm.hardened/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.arm.hardened/env/git.conf b/tools-uclibc/portage.arm.hardened/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.arm.hardened/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.arm.hardened/env/procps.conf b/tools-uclibc/portage.arm.hardened/env/procps.conf
new file mode 100644
index 0000000..be0ccc4
--- /dev/null
+++ b/tools-uclibc/portage.arm.hardened/env/procps.conf
@@ -0,0 +1 @@
+CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.arm.hardened/package.env b/tools-uclibc/portage.arm.hardened/package.env
index 1e67fe8..538d924 100644
--- a/tools-uclibc/portage.arm.hardened/package.env
+++ b/tools-uclibc/portage.arm.hardened/package.env
@@ -1 +1,3 @@
 sys-apps/coreutils coreutils.conf
+sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.arm.vanilla/env/coreutils.conf b/tools-uclibc/portage.arm.vanilla/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.arm.vanilla/env/coreutils.conf
+++ b/tools-uclibc/portage.arm.vanilla/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.arm.vanilla/env/git.conf b/tools-uclibc/portage.arm.vanilla/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.arm.vanilla/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.arm.vanilla/env/procps.conf b/tools-uclibc/portage.arm.vanilla/env/procps.conf
new file mode 100644
index 0000000..be0ccc4
--- /dev/null
+++ b/tools-uclibc/portage.arm.vanilla/env/procps.conf
@@ -0,0 +1 @@
+CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.arm.vanilla/package.env b/tools-uclibc/portage.arm.vanilla/package.env
index 1e67fe8..538d924 100644
--- a/tools-uclibc/portage.arm.vanilla/package.env
+++ b/tools-uclibc/portage.arm.vanilla/package.env
@@ -1 +1,3 @@
 sys-apps/coreutils coreutils.conf
+sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.i686.hardened/env/coreutils.conf b/tools-uclibc/portage.i686.hardened/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.i686.hardened/env/coreutils.conf
+++ b/tools-uclibc/portage.i686.hardened/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.i686.hardened/env/git.conf b/tools-uclibc/portage.i686.hardened/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.i686.hardened/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.i686.hardened/package.env b/tools-uclibc/portage.i686.hardened/package.env
index d0eaf07..538d924 100644
--- a/tools-uclibc/portage.i686.hardened/package.env
+++ b/tools-uclibc/portage.i686.hardened/package.env
@@ -1,2 +1,3 @@
 sys-apps/coreutils coreutils.conf
 sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.i686.vanilla/env/coreutils.conf b/tools-uclibc/portage.i686.vanilla/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.i686.vanilla/env/coreutils.conf
+++ b/tools-uclibc/portage.i686.vanilla/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.i686.vanilla/env/git.conf b/tools-uclibc/portage.i686.vanilla/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.i686.vanilla/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.i686.vanilla/package.env b/tools-uclibc/portage.i686.vanilla/package.env
index d0eaf07..538d924 100644
--- a/tools-uclibc/portage.i686.vanilla/package.env
+++ b/tools-uclibc/portage.i686.vanilla/package.env
@@ -1,2 +1,3 @@
 sys-apps/coreutils coreutils.conf
 sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mips.hardened/env/coreutils.conf b/tools-uclibc/portage.mips.hardened/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.mips.hardened/env/coreutils.conf
+++ b/tools-uclibc/portage.mips.hardened/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mips.hardened/env/git.conf b/tools-uclibc/portage.mips.hardened/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.mips.hardened/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mips.hardened/env/procps.conf b/tools-uclibc/portage.mips.hardened/env/procps.conf
new file mode 100644
index 0000000..be0ccc4
--- /dev/null
+++ b/tools-uclibc/portage.mips.hardened/env/procps.conf
@@ -0,0 +1 @@
+CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mips.hardened/package.accept_keywords b/tools-uclibc/portage.mips.hardened/package.accept_keywords
index 1ce6482..b13e8e9 100644
--- a/tools-uclibc/portage.mips.hardened/package.accept_keywords
+++ b/tools-uclibc/portage.mips.hardened/package.accept_keywords
@@ -1,4 +1,4 @@
 =sys-devel/gcc-4.6.3-r99 ~mips
-=sys-libs/uclibc-0.9.33.2-r3 ~amd64
-=sys-fs/eudev-1_beta2-r1 ~amd64
-=virtual/udev-197 ~amd64
+=sys-libs/uclibc-0.9.33.2-r3 ~mips
+=sys-fs/eudev-1_beta2-r1 ~mips
+=virtual/udev-197 ~mips

diff --git a/tools-uclibc/portage.mips.hardened/package.env b/tools-uclibc/portage.mips.hardened/package.env
index 1e67fe8..538d924 100644
--- a/tools-uclibc/portage.mips.hardened/package.env
+++ b/tools-uclibc/portage.mips.hardened/package.env
@@ -1 +1,3 @@
 sys-apps/coreutils coreutils.conf
+sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mips.vanilla/env/coreutils.conf b/tools-uclibc/portage.mips.vanilla/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.mips.vanilla/env/coreutils.conf
+++ b/tools-uclibc/portage.mips.vanilla/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mips.vanilla/env/git.conf b/tools-uclibc/portage.mips.vanilla/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.mips.vanilla/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mips.vanilla/env/procps.conf b/tools-uclibc/portage.mips.vanilla/env/procps.conf
new file mode 100644
index 0000000..be0ccc4
--- /dev/null
+++ b/tools-uclibc/portage.mips.vanilla/env/procps.conf
@@ -0,0 +1 @@
+CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mips.vanilla/package.accept_keywords b/tools-uclibc/portage.mips.vanilla/package.accept_keywords
index 1ce6482..b13e8e9 100644
--- a/tools-uclibc/portage.mips.vanilla/package.accept_keywords
+++ b/tools-uclibc/portage.mips.vanilla/package.accept_keywords
@@ -1,4 +1,4 @@
 =sys-devel/gcc-4.6.3-r99 ~mips
-=sys-libs/uclibc-0.9.33.2-r3 ~amd64
-=sys-fs/eudev-1_beta2-r1 ~amd64
-=virtual/udev-197 ~amd64
+=sys-libs/uclibc-0.9.33.2-r3 ~mips
+=sys-fs/eudev-1_beta2-r1 ~mips
+=virtual/udev-197 ~mips

diff --git a/tools-uclibc/portage.mips.vanilla/package.env b/tools-uclibc/portage.mips.vanilla/package.env
index 1e67fe8..538d924 100644
--- a/tools-uclibc/portage.mips.vanilla/package.env
+++ b/tools-uclibc/portage.mips.vanilla/package.env
@@ -1 +1,3 @@
 sys-apps/coreutils coreutils.conf
+sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf b/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf
+++ b/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mipsel.hardened/env/git.conf b/tools-uclibc/portage.mipsel.hardened/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.mipsel.hardened/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mipsel.hardened/env/procps.conf b/tools-uclibc/portage.mipsel.hardened/env/procps.conf
new file mode 100644
index 0000000..be0ccc4
--- /dev/null
+++ b/tools-uclibc/portage.mipsel.hardened/env/procps.conf
@@ -0,0 +1 @@
+CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mipsel.hardened/package.accept_keywords b/tools-uclibc/portage.mipsel.hardened/package.accept_keywords
index 1ce6482..b13e8e9 100644
--- a/tools-uclibc/portage.mipsel.hardened/package.accept_keywords
+++ b/tools-uclibc/portage.mipsel.hardened/package.accept_keywords
@@ -1,4 +1,4 @@
 =sys-devel/gcc-4.6.3-r99 ~mips
-=sys-libs/uclibc-0.9.33.2-r3 ~amd64
-=sys-fs/eudev-1_beta2-r1 ~amd64
-=virtual/udev-197 ~amd64
+=sys-libs/uclibc-0.9.33.2-r3 ~mips
+=sys-fs/eudev-1_beta2-r1 ~mips
+=virtual/udev-197 ~mips

diff --git a/tools-uclibc/portage.mipsel.hardened/package.env b/tools-uclibc/portage.mipsel.hardened/package.env
index 1e67fe8..538d924 100644
--- a/tools-uclibc/portage.mipsel.hardened/package.env
+++ b/tools-uclibc/portage.mipsel.hardened/package.env
@@ -1 +1,3 @@
 sys-apps/coreutils coreutils.conf
+sys-process/procps procps.conf
+dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf b/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf
index 7d715e1..518a258 100644
--- a/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf
+++ b/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf
@@ -1 +1 @@
-CFLAGS=" -liconv "
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mipsel.vanilla/env/git.conf b/tools-uclibc/portage.mipsel.vanilla/env/git.conf
new file mode 100644
index 0000000..518a258
--- /dev/null
+++ b/tools-uclibc/portage.mipsel.vanilla/env/git.conf
@@ -0,0 +1 @@
+CFLAGS="-liconv"

diff --git a/tools-uclibc/portage.mipsel.vanilla/env/procps.conf b/tools-uclibc/portage.mipsel.vanilla/env/procps.conf
new file mode 100644
index 0000000..be0ccc4
--- /dev/null
+++ b/tools-uclibc/portage.mipsel.vanilla/env/procps.conf
@@ -0,0 +1 @@
+CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords b/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords
index 1ce6482..b13e8e9 100644
--- a/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords
+++ b/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords
@@ -1,4 +1,4 @@
 =sys-devel/gcc-4.6.3-r99 ~mips
-=sys-libs/uclibc-0.9.33.2-r3 ~amd64
-=sys-fs/eudev-1_beta2-r1 ~amd64
-=virtual/udev-197 ~amd64
+=sys-libs/uclibc-0.9.33.2-r3 ~mips
+=sys-fs/eudev-1_beta2-r1 ~mips
+=virtual/udev-197 ~mips

diff --git a/tools-uclibc/portage.mipsel.vanilla/package.env b/tools-uclibc/portage.mipsel.vanilla/package.env
index 1e67fe8..538d924 100644
--- a/tools-uclibc/portage.mipsel.vanilla/package.env
+++ b/tools-uclibc/portage.mipsel.vanilla/package.env
@@ -1 +1,3 @@
 sys-apps/coreutils coreutils.conf
+sys-process/procps procps.conf
+dev-vcs/git git.conf


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.mips.hardened/, tools-uclibc/portage.i686.hardened/env/, ...
@ 2013-03-26 11:49 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2013-03-26 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0839dba966733d3f19294ad92291633801787851
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 11:48:23 2013 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 11:48:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=0839dba9

Remove CFLAGS=-lintl for procps, bug #461800

---
 .../portage.amd64.hardened/env/procps.conf         |    1 -
 tools-uclibc/portage.amd64.hardened/package.env    |    1 -
 tools-uclibc/portage.amd64.vanilla/env/procps.conf |    1 -
 tools-uclibc/portage.amd64.vanilla/package.env     |    1 -
 tools-uclibc/portage.arm.hardened/env/procps.conf  |    1 -
 tools-uclibc/portage.arm.hardened/package.env      |    1 -
 tools-uclibc/portage.arm.vanilla/env/procps.conf   |    1 -
 tools-uclibc/portage.arm.vanilla/package.env       |    1 -
 tools-uclibc/portage.i686.hardened/env/procps.conf |    1 -
 tools-uclibc/portage.i686.hardened/package.env     |    1 -
 tools-uclibc/portage.i686.vanilla/env/procps.conf  |    1 -
 tools-uclibc/portage.i686.vanilla/package.env      |    1 -
 tools-uclibc/portage.mips.hardened/env/procps.conf |    1 -
 tools-uclibc/portage.mips.hardened/package.env     |    1 -
 tools-uclibc/portage.mips.vanilla/env/procps.conf  |    1 -
 tools-uclibc/portage.mips.vanilla/package.env      |    1 -
 .../portage.mipsel.hardened/env/procps.conf        |    1 -
 tools-uclibc/portage.mipsel.hardened/package.env   |    1 -
 .../portage.mipsel.vanilla/env/procps.conf         |    1 -
 tools-uclibc/portage.mipsel.vanilla/package.env    |    1 -
 20 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/tools-uclibc/portage.amd64.hardened/env/procps.conf b/tools-uclibc/portage.amd64.hardened/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.amd64.hardened/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.amd64.hardened/package.env b/tools-uclibc/portage.amd64.hardened/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.amd64.hardened/package.env
+++ b/tools-uclibc/portage.amd64.hardened/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.amd64.vanilla/env/procps.conf b/tools-uclibc/portage.amd64.vanilla/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.amd64.vanilla/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.amd64.vanilla/package.env b/tools-uclibc/portage.amd64.vanilla/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.amd64.vanilla/package.env
+++ b/tools-uclibc/portage.amd64.vanilla/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.arm.hardened/env/procps.conf b/tools-uclibc/portage.arm.hardened/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.arm.hardened/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.arm.hardened/package.env b/tools-uclibc/portage.arm.hardened/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.arm.hardened/package.env
+++ b/tools-uclibc/portage.arm.hardened/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.arm.vanilla/env/procps.conf b/tools-uclibc/portage.arm.vanilla/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.arm.vanilla/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.arm.vanilla/package.env b/tools-uclibc/portage.arm.vanilla/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.arm.vanilla/package.env
+++ b/tools-uclibc/portage.arm.vanilla/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.i686.hardened/env/procps.conf b/tools-uclibc/portage.i686.hardened/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.i686.hardened/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.i686.hardened/package.env b/tools-uclibc/portage.i686.hardened/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.i686.hardened/package.env
+++ b/tools-uclibc/portage.i686.hardened/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.i686.vanilla/env/procps.conf b/tools-uclibc/portage.i686.vanilla/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.i686.vanilla/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.i686.vanilla/package.env b/tools-uclibc/portage.i686.vanilla/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.i686.vanilla/package.env
+++ b/tools-uclibc/portage.i686.vanilla/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mips.hardened/env/procps.conf b/tools-uclibc/portage.mips.hardened/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.mips.hardened/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mips.hardened/package.env b/tools-uclibc/portage.mips.hardened/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.mips.hardened/package.env
+++ b/tools-uclibc/portage.mips.hardened/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mips.vanilla/env/procps.conf b/tools-uclibc/portage.mips.vanilla/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.mips.vanilla/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mips.vanilla/package.env b/tools-uclibc/portage.mips.vanilla/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.mips.vanilla/package.env
+++ b/tools-uclibc/portage.mips.vanilla/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mipsel.hardened/env/procps.conf b/tools-uclibc/portage.mipsel.hardened/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.mipsel.hardened/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mipsel.hardened/package.env b/tools-uclibc/portage.mipsel.hardened/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.mipsel.hardened/package.env
+++ b/tools-uclibc/portage.mipsel.hardened/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf

diff --git a/tools-uclibc/portage.mipsel.vanilla/env/procps.conf b/tools-uclibc/portage.mipsel.vanilla/env/procps.conf
deleted file mode 100644
index be0ccc4..0000000
--- a/tools-uclibc/portage.mipsel.vanilla/env/procps.conf
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS="-lintl"

diff --git a/tools-uclibc/portage.mipsel.vanilla/package.env b/tools-uclibc/portage.mipsel.vanilla/package.env
index 538d924..73db8b3 100644
--- a/tools-uclibc/portage.mipsel.vanilla/package.env
+++ b/tools-uclibc/portage.mipsel.vanilla/package.env
@@ -1,3 +1,2 @@
 sys-apps/coreutils coreutils.conf
-sys-process/procps procps.conf
 dev-vcs/git git.conf


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-26 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 21:02 [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.mips.hardened/, tools-uclibc/portage.i686.hardened/env/, Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2013-03-26 11:49 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox