From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05FFD1382C5 for ; Tue, 30 Jan 2018 00:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8BC2E09C6; Tue, 30 Jan 2018 00:45:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C756BE09C6 for ; Tue, 30 Jan 2018 00:45:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 383B0335C2F for ; Tue, 30 Jan 2018 00:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 924EF1BD for ; Tue, 30 Jan 2018 00:45:46 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1517273108.f9c3cb32e2cf0f3f0564ad5d7fcf37f02b719699.zorry@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/hardened/package.use X-VCS-Directories: profiles/features/hardened/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: f9c3cb32e2cf0f3f0564ad5d7fcf37f02b719699 X-VCS-Branch: master Date: Tue, 30 Jan 2018 00:45:46 +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: 02499ca8-5cec-4986-ba99-c340798285de X-Archives-Hash: a4b40cafba8ddfdf9428c68c16536f61 commit: f9c3cb32e2cf0f3f0564ad5d7fcf37f02b719699 Author: Magnus Granberg gentoo org> AuthorDate: Tue Jan 30 00:45:08 2018 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Tue Jan 30 00:45:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c3cb32 profiles: on hardened add use gdbm to python profiles/features/hardened/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/hardened/package.use b/profiles/features/hardened/package.use new file mode 100644 index 00000000000..97fd35ef32a --- /dev/null +++ b/profiles/features/hardened/package.use @@ -0,0 +1,5 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +dev-lang/python gdbm +