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 B5651138CEF for ; Tue, 11 Feb 2014 15:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD8F2E0B0A; Tue, 11 Feb 2014 15:42:31 +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 50F49E0B0A for ; Tue, 11 Feb 2014 15:42:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4192633F91F for ; Tue, 11 Feb 2014 15:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E28FF18852 for ; Tue, 11 Feb 2014 15:42:27 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1392133350.b276c66e6d1712262845641d5b1de448809b1f4a.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-base/xorg-server/metadata.xml x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: b276c66e6d1712262845641d5b1de448809b1f4a X-VCS-Branch: master Date: Tue, 11 Feb 2014 15:42:27 +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: 620bc50c-8a20-4dac-acb3-2e1ee1f78203 X-Archives-Hash: d4e4a796b29a0dff3d423400128fa770 commit: b276c66e6d1712262845641d5b1de448809b1f4a Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Tue Feb 11 15:42:30 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Tue Feb 11 15:42:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b276c66e x11-base/xorg-server: sync metadata and new libunwind flag with portage --- x11-base/xorg-server/metadata.xml | 4 ++++ x11-base/xorg-server/xorg-server-9999.ebuild | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-base/xorg-server/metadata.xml b/x11-base/xorg-server/metadata.xml index b24447f..922e8ed 100644 --- a/x11-base/xorg-server/metadata.xml +++ b/x11-base/xorg-server/metadata.xml @@ -7,8 +7,12 @@ Build the kdrive X servers Build with tslib support for touchscreen devices Enable devices discovery via udev + Enable libunwind usage for backtraces Build the Xnest server Build the Xorg X server (HIGHLY RECOMMENDED) Build the Xvfb server + + cpe:/a:x.org:xorg-server + diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 996f9b1..81192bc 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -13,7 +13,7 @@ SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE_SERVERS="dmx kdrive xnest xorg xvfb" -IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid systemd tslib +udev" +IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid systemd tslib +udev unwind" RDEPEND=">=app-admin/eselect-opengl-1.0.8 dev-libs/openssl @@ -57,6 +57,7 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.8 ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) + unwind ( sys-libs/libunwind ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) systemd? ( sys-apps/systemd )" @@ -140,6 +141,7 @@ src_configure() { $(use_enable kdrive kdrive-evdev) $(use_enable suid install-setuid) $(use_enable tslib) + $(use_enable unwind libunwind) $(use_enable !minimal record) $(use_enable !minimal xfree86-utils) $(use_enable !minimal install-libxf86config)