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 18B4E13989D for ; Wed, 26 Aug 2015 21:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 280CE14145; Wed, 26 Aug 2015 21:38:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5B1214145 for ; Wed, 26 Aug 2015 21:38:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99BC8340B09 for ; Wed, 26 Aug 2015 21:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E79B113B for ; Wed, 26 Aug 2015 21:38:48 +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: <1440625360.e40caf809f3b9583b7b2fdc85fd5db830aa906c7.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/ X-VCS-Repository: proj/grs X-VCS-Files: core/etc/grs/world.conf X-VCS-Directories: core/etc/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e40caf809f3b9583b7b2fdc85fd5db830aa906c7 X-VCS-Branch: desktop-amd64-hardened Date: Wed, 26 Aug 2015 21:38:48 +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: 8e48129a-cd95-4802-b816-c3990838946a X-Archives-Hash: 394a5b9bd6caf570d596a062bd91f794 commit: e40caf809f3b9583b7b2fdc85fd5db830aa906c7 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Aug 26 21:42:40 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Aug 26 21:42:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=e40caf80 world.conf: fix required use flags. core/etc/grs/world.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index fe861f3..b6326d8 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -1652,7 +1652,7 @@ package.use : dev-libs/libowfat:0 -diet package.use : dev-libs/libp11:0 -doc [dev-libs/libpcre:3] -package.use : dev-libs/libpcre:3 -jit -libedit -pcre16 -pcre32 bzip2 cxx readline recursion-limit static-libs unicode zlib +package.use : dev-libs/libpcre:3 -jit -libedit -pcre32 bzip2 cxx pcre16 readline recursion-limit static-libs unicode zlib [dev-libs/libpeas:0] package.use : dev-libs/libpeas:0 -glade -test gtk python @@ -7690,7 +7690,10 @@ package.use : x11-libs/libwnck:1 introspection startup-notification package.use : x11-libs/libwnck:3 -tools introspection startup-notification [x11-libs/libxcb:0] -package.use : x11-libs/libxcb:0 -doc -selinux -test -xkb static-libs +package.use : x11-libs/libxcb:0 -doc -selinux -test static-libs xkb + +[x11-libs/libxkbcommon:0] +package.use : -doc -static-libs -test X [x11-libs/libxkbfile:0] package.use : x11-libs/libxkbfile:0 static-libs