From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A93D6138206 for ; Tue, 26 Apr 2016 01:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9818E0807; Tue, 26 Apr 2016 01:04:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34BC1E0807 for ; Tue, 26 Apr 2016 01:04:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42F46340A22 for ; Tue, 26 Apr 2016 01:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFA1E95E for ; Tue, 26 Apr 2016 01:04:27 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1461632681.b09f67a96e5e93b70aa87230a6ebf14ce6cce743.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.i686.hardened/package.use/, ... X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/portage.amd64.hardened/package.use/busybox tools-uclibc/portage.amd64.vanilla/package.use/busybox tools-uclibc/portage.armv7a.hardened/package.use/busybox tools-uclibc/portage.armv7a.vanilla/package.use/busybox tools-uclibc/portage.i686.hardened/package.use/busybox tools-uclibc/portage.i686.vanilla/package.use/busybox tools-uclibc/portage.mips32r2.hardened/package.use/busybox tools-uclibc/portage.mips32r2.vanilla/package.use/busybox tools-uclibc/portage.mipsel3.hardened/package.use/busybox tools-uclibc/portage.mipsel3.vanilla/package.use/busybox tools-uclibc/portage.ppc.hardened/package.use/busybox tools-uclibc/portage.ppc.vanilla/package.use/busybox X-VCS-Directories: tools-uclibc/portage.i686.vanilla/package.use/ tools-uclibc/portage.mips32r2.hardened/package.use/ tools-uclibc/portage.ppc.hardened/package.use/ tools-uclibc/portage.amd64.vanilla/package.use/ tools-uclibc/portage.mipsel3.vanilla/package.use/ tools-uclibc/portage.i686.hardened/package.use/ tools-uclibc/portage.amd64.hardened/package.use/ tools-uclibc/portage.ppc.vanilla/package.use/ tools-uclibc/portage.armv7a.hardened/package.use/ tools-uclibc/portage.mips32r2.vanilla/package.use/ tools-uclibc/portage.armv7a.vanilla/package.use/ tools-uclibc/portage.mipsel3.hardened/package.use/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b09f67a96e5e93b70aa87230a6ebf14ce6cce743 X-VCS-Branch: master Date: Tue, 26 Apr 2016 01:04:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f2a75f84-a17f-4a69-b6e3-039abc1280c1 X-Archives-Hash: ed830ca16970c9eaf93c58848f69e470 commit: b09f67a96e5e93b70aa87230a6ebf14ce6cce743 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Apr 26 01:04:41 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Apr 26 01:04:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b09f67a9 tools-uclibc: have busybox use a savedconfig, bug #567598 tools-uclibc/portage.amd64.hardened/package.use/busybox | 1 + tools-uclibc/portage.amd64.vanilla/package.use/busybox | 1 + tools-uclibc/portage.armv7a.hardened/package.use/busybox | 1 + tools-uclibc/portage.armv7a.vanilla/package.use/busybox | 1 + tools-uclibc/portage.i686.hardened/package.use/busybox | 1 + tools-uclibc/portage.i686.vanilla/package.use/busybox | 1 + tools-uclibc/portage.mips32r2.hardened/package.use/busybox | 1 + tools-uclibc/portage.mips32r2.vanilla/package.use/busybox | 1 + tools-uclibc/portage.mipsel3.hardened/package.use/busybox | 1 + tools-uclibc/portage.mipsel3.vanilla/package.use/busybox | 1 + tools-uclibc/portage.ppc.hardened/package.use/busybox | 1 + tools-uclibc/portage.ppc.vanilla/package.use/busybox | 1 + 12 files changed, 12 insertions(+) diff --git a/tools-uclibc/portage.amd64.hardened/package.use/busybox b/tools-uclibc/portage.amd64.hardened/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.amd64.hardened/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.amd64.vanilla/package.use/busybox b/tools-uclibc/portage.amd64.vanilla/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.amd64.vanilla/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.armv7a.hardened/package.use/busybox b/tools-uclibc/portage.armv7a.hardened/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.armv7a.hardened/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.armv7a.vanilla/package.use/busybox b/tools-uclibc/portage.armv7a.vanilla/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.armv7a.vanilla/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.i686.hardened/package.use/busybox b/tools-uclibc/portage.i686.hardened/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.i686.hardened/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.i686.vanilla/package.use/busybox b/tools-uclibc/portage.i686.vanilla/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.i686.vanilla/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.mips32r2.hardened/package.use/busybox b/tools-uclibc/portage.mips32r2.hardened/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.mips32r2.hardened/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.mips32r2.vanilla/package.use/busybox b/tools-uclibc/portage.mips32r2.vanilla/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.mips32r2.vanilla/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.mipsel3.hardened/package.use/busybox b/tools-uclibc/portage.mipsel3.hardened/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.mipsel3.hardened/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.mipsel3.vanilla/package.use/busybox b/tools-uclibc/portage.mipsel3.vanilla/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.mipsel3.vanilla/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.ppc.hardened/package.use/busybox b/tools-uclibc/portage.ppc.hardened/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.ppc.hardened/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig diff --git a/tools-uclibc/portage.ppc.vanilla/package.use/busybox b/tools-uclibc/portage.ppc.vanilla/package.use/busybox new file mode 100644 index 0000000..0576832 --- /dev/null +++ b/tools-uclibc/portage.ppc.vanilla/package.use/busybox @@ -0,0 +1 @@ +sys-apps/busybox -* savedconfig