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 CCD461386DE for ; Sun, 27 Jan 2013 13:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9439621C079; Sun, 27 Jan 2013 13:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E2AD21C079 for ; Sun, 27 Jan 2013 13:40:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCF0833DAA9 for ; Sun, 27 Jan 2013 13:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 78B90E4073 for ; Sun, 27 Jan 2013 13:40:34 +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: <1359294004.97f5273a59cbfbe48df8371e36c5231ed352dc64.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.i686.hardened/, tools-uclibc/portage.i686.vanilla/, ... X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/portage.amd64.hardened/package.accept_keywords tools-uclibc/portage.amd64.hardened/package.mask tools-uclibc/portage.amd64.vanilla/package.accept_keywords tools-uclibc/portage.amd64.vanilla/package.mask tools-uclibc/portage.i686.hardened/package.accept_keywords tools-uclibc/portage.i686.hardened/package.mask tools-uclibc/portage.i686.vanilla/package.accept_keywords tools-uclibc/portage.i686.vanilla/package.mask X-VCS-Directories: tools-uclibc/portage.i686.hardened/ tools-uclibc/portage.i686.vanilla/ tools-uclibc/portage.amd64.hardened/ tools-uclibc/portage.amd64.vanilla/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 97f5273a59cbfbe48df8371e36c5231ed352dc64 X-VCS-Branch: master Date: Sun, 27 Jan 2013 13:40:34 +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: 56c5036b-f2fc-497c-bff9-dfaefa1e6338 X-Archives-Hash: e7f4402342705ba6d3181e6c67c3c209 commit: 97f5273a59cbfbe48df8371e36c5231ed352dc64 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jan 27 13:38:30 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jan 27 13:40:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=97f5273a tools-uclibc: switch from udev to eudev for amd64 i686 --- .../portage.amd64.hardened/package.accept_keywords | 2 ++ tools-uclibc/portage.amd64.hardened/package.mask | 1 + .../portage.amd64.vanilla/package.accept_keywords | 2 ++ tools-uclibc/portage.amd64.vanilla/package.mask | 1 + .../portage.i686.hardened/package.accept_keywords | 2 ++ tools-uclibc/portage.i686.hardened/package.mask | 1 + .../portage.i686.vanilla/package.accept_keywords | 2 ++ tools-uclibc/portage.i686.vanilla/package.mask | 1 + 8 files changed, 12 insertions(+), 0 deletions(-) diff --git a/tools-uclibc/portage.amd64.hardened/package.accept_keywords b/tools-uclibc/portage.amd64.hardened/package.accept_keywords index cd79163..f5a679e 100644 --- a/tools-uclibc/portage.amd64.hardened/package.accept_keywords +++ b/tools-uclibc/portage.amd64.hardened/package.accept_keywords @@ -1,2 +1,4 @@ =sys-devel/gcc-4.6.3 ~amd64 =sys-libs/uclibc-0.9.33.2-r2 ~amd64 +=sys-fs/eudev-1_beta2-r1 ~amd64 +=virtual/udev-197 ~amd64 diff --git a/tools-uclibc/portage.amd64.hardened/package.mask b/tools-uclibc/portage.amd64.hardened/package.mask new file mode 100644 index 0000000..729aaa5 --- /dev/null +++ b/tools-uclibc/portage.amd64.hardened/package.mask @@ -0,0 +1 @@ +sys-fs/udev diff --git a/tools-uclibc/portage.amd64.vanilla/package.accept_keywords b/tools-uclibc/portage.amd64.vanilla/package.accept_keywords index cd79163..f5a679e 100644 --- a/tools-uclibc/portage.amd64.vanilla/package.accept_keywords +++ b/tools-uclibc/portage.amd64.vanilla/package.accept_keywords @@ -1,2 +1,4 @@ =sys-devel/gcc-4.6.3 ~amd64 =sys-libs/uclibc-0.9.33.2-r2 ~amd64 +=sys-fs/eudev-1_beta2-r1 ~amd64 +=virtual/udev-197 ~amd64 diff --git a/tools-uclibc/portage.amd64.vanilla/package.mask b/tools-uclibc/portage.amd64.vanilla/package.mask new file mode 100644 index 0000000..729aaa5 --- /dev/null +++ b/tools-uclibc/portage.amd64.vanilla/package.mask @@ -0,0 +1 @@ +sys-fs/udev diff --git a/tools-uclibc/portage.i686.hardened/package.accept_keywords b/tools-uclibc/portage.i686.hardened/package.accept_keywords index cd79163..f5a679e 100644 --- a/tools-uclibc/portage.i686.hardened/package.accept_keywords +++ b/tools-uclibc/portage.i686.hardened/package.accept_keywords @@ -1,2 +1,4 @@ =sys-devel/gcc-4.6.3 ~amd64 =sys-libs/uclibc-0.9.33.2-r2 ~amd64 +=sys-fs/eudev-1_beta2-r1 ~amd64 +=virtual/udev-197 ~amd64 diff --git a/tools-uclibc/portage.i686.hardened/package.mask b/tools-uclibc/portage.i686.hardened/package.mask new file mode 100644 index 0000000..729aaa5 --- /dev/null +++ b/tools-uclibc/portage.i686.hardened/package.mask @@ -0,0 +1 @@ +sys-fs/udev diff --git a/tools-uclibc/portage.i686.vanilla/package.accept_keywords b/tools-uclibc/portage.i686.vanilla/package.accept_keywords index cd79163..f5a679e 100644 --- a/tools-uclibc/portage.i686.vanilla/package.accept_keywords +++ b/tools-uclibc/portage.i686.vanilla/package.accept_keywords @@ -1,2 +1,4 @@ =sys-devel/gcc-4.6.3 ~amd64 =sys-libs/uclibc-0.9.33.2-r2 ~amd64 +=sys-fs/eudev-1_beta2-r1 ~amd64 +=virtual/udev-197 ~amd64 diff --git a/tools-uclibc/portage.i686.vanilla/package.mask b/tools-uclibc/portage.i686.vanilla/package.mask new file mode 100644 index 0000000..729aaa5 --- /dev/null +++ b/tools-uclibc/portage.i686.vanilla/package.mask @@ -0,0 +1 @@ +sys-fs/udev