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 5FCF01385CB for ; Thu, 27 Aug 2015 22:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAFA81430F; Thu, 27 Aug 2015 22:57:40 +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 2FFD514302 for ; Thu, 27 Aug 2015 22:57:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F3A33407E2 for ; Thu, 27 Aug 2015 22:57:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0691F146 for ; Thu, 27 Aug 2015 22:57:37 +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: <1440716444.06ce95565b2ce1d9ea4e66f8dd5e6f34da664f11.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-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: 06ce95565b2ce1d9ea4e66f8dd5e6f34da664f11 X-VCS-Branch: desktop-amd64-uclibc-hardened Date: Thu, 27 Aug 2015 22:57:37 +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: 58aa8699-25b2-4e3e-8616-af9da37d0c5e X-Archives-Hash: 0f5a14221f611a3dd00ddf155ced9a67 commit: 06ce95565b2ce1d9ea4e66f8dd5e6f34da664f11 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Aug 26 21:42:40 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Aug 27 23:00:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=06ce9556 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 e34f0db..bc9ddaa 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -1696,7 +1696,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 @@ -7828,7 +7828,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