From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.mips.hardened/, tools-uclibc/portage.i686.hardened/env/, ...
Date: Mon, 25 Mar 2013 21:02:17 +0000 (UTC) [thread overview]
Message-ID: <1364245291.a0889d49aaa14eebd066664b67aab062c6a1e27a.blueness@gentoo> (raw)
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
next reply other threads:[~2013-03-25 21:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-25 21:02 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-26 11:49 [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.mips.hardened/, tools-uclibc/portage.i686.hardened/env/, Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1364245291.a0889d49aaa14eebd066664b67aab062c6a1e27a.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox