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 EA48D1381F3 for ; Sun, 7 Jul 2013 22:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B3ADE09E0; Sun, 7 Jul 2013 22:44:55 +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 06857E09E0 for ; Sun, 7 Jul 2013 22:44:54 +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 E087533E736 for ; Sun, 7 Jul 2013 22:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 87B6FE468F for ; Sun, 7 Jul 2013 22:44:52 +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: <1373237182.9cc86c2b910a14abf6386688ffb86123d998d7fe.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.amd64.hardened/package.mask/, ... X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/desktop/portage/package.mask/python tools-uclibc/desktop/portage/package.mask/systemd tools-uclibc/desktop/portage/package.mask/udev tools-uclibc/portage.amd64.hardened/package.mask/python tools-uclibc/portage.amd64.vanilla/package.mask/python tools-uclibc/portage.i686.hardened/package.mask/python tools-uclibc/portage.i686.vanilla/package.mask/python X-VCS-Directories: tools-uclibc/portage.amd64.hardened/package.mask/ tools-uclibc/portage.i686.hardened/package.mask/ tools-uclibc/portage.amd64.vanilla/package.mask/ tools-uclibc/portage.i686.vanilla/package.mask/ tools-uclibc/desktop/portage/package.mask/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 9cc86c2b910a14abf6386688ffb86123d998d7fe X-VCS-Branch: master Date: Sun, 7 Jul 2013 22:44:52 +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: 841f6e25-220d-4746-9440-f4e60b062781 X-Archives-Hash: 1a1c7cc4c4200fa34503d2919e2a00fd commit: 9cc86c2b910a14abf6386688ffb86123d998d7fe Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jul 7 22:43:28 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jul 7 22:46:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=9cc86c2b tools-uclibc: mask python 2.4* and 2.5* pending bug #475972 --- tools-uclibc/desktop/portage/package.mask/python | 2 ++ tools-uclibc/desktop/portage/package.mask/systemd | 1 + tools-uclibc/desktop/portage/package.mask/udev | 1 + tools-uclibc/portage.amd64.hardened/package.mask/python | 2 ++ tools-uclibc/portage.amd64.vanilla/package.mask/python | 2 ++ tools-uclibc/portage.i686.hardened/package.mask/python | 2 ++ tools-uclibc/portage.i686.vanilla/package.mask/python | 2 ++ 7 files changed, 12 insertions(+) diff --git a/tools-uclibc/desktop/portage/package.mask/python b/tools-uclibc/desktop/portage/package.mask/python new file mode 100644 index 0000000..f1f8a9b --- /dev/null +++ b/tools-uclibc/desktop/portage/package.mask/python @@ -0,0 +1,2 @@ +=dev-lang/python-2.7.4* +=dev-lang/python-2.7.5* diff --git a/tools-uclibc/desktop/portage/package.mask/systemd b/tools-uclibc/desktop/portage/package.mask/systemd new file mode 100644 index 0000000..9b52e5d --- /dev/null +++ b/tools-uclibc/desktop/portage/package.mask/systemd @@ -0,0 +1 @@ +sys-apps/systemd diff --git a/tools-uclibc/desktop/portage/package.mask/udev b/tools-uclibc/desktop/portage/package.mask/udev new file mode 100644 index 0000000..729aaa5 --- /dev/null +++ b/tools-uclibc/desktop/portage/package.mask/udev @@ -0,0 +1 @@ +sys-fs/udev diff --git a/tools-uclibc/portage.amd64.hardened/package.mask/python b/tools-uclibc/portage.amd64.hardened/package.mask/python new file mode 100644 index 0000000..f1f8a9b --- /dev/null +++ b/tools-uclibc/portage.amd64.hardened/package.mask/python @@ -0,0 +1,2 @@ +=dev-lang/python-2.7.4* +=dev-lang/python-2.7.5* diff --git a/tools-uclibc/portage.amd64.vanilla/package.mask/python b/tools-uclibc/portage.amd64.vanilla/package.mask/python new file mode 100644 index 0000000..f1f8a9b --- /dev/null +++ b/tools-uclibc/portage.amd64.vanilla/package.mask/python @@ -0,0 +1,2 @@ +=dev-lang/python-2.7.4* +=dev-lang/python-2.7.5* diff --git a/tools-uclibc/portage.i686.hardened/package.mask/python b/tools-uclibc/portage.i686.hardened/package.mask/python new file mode 100644 index 0000000..f1f8a9b --- /dev/null +++ b/tools-uclibc/portage.i686.hardened/package.mask/python @@ -0,0 +1,2 @@ +=dev-lang/python-2.7.4* +=dev-lang/python-2.7.5* diff --git a/tools-uclibc/portage.i686.vanilla/package.mask/python b/tools-uclibc/portage.i686.vanilla/package.mask/python new file mode 100644 index 0000000..f1f8a9b --- /dev/null +++ b/tools-uclibc/portage.i686.vanilla/package.mask/python @@ -0,0 +1,2 @@ +=dev-lang/python-2.7.4* +=dev-lang/python-2.7.5*