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 4DC6F1381F3 for ; Wed, 17 Apr 2013 22:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE3BE08EA; Wed, 17 Apr 2013 22:52:51 +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 023A8E08EA for ; Wed, 17 Apr 2013 22:52:50 +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 8997433DBFE for ; Wed, 17 Apr 2013 22:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 273C1E4306 for ; Wed, 17 Apr 2013 22:52:48 +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: <1366239180.7d75a39460890dbbbbaf013f3ece1e971816aa7b.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/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: 7d75a39460890dbbbbaf013f3ece1e971816aa7b X-VCS-Branch: master Date: Wed, 17 Apr 2013 22:52: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: 3c1a6d29-f384-40f2-b065-002bbdafa306 X-Archives-Hash: 804ddce27f24ec68fa6647c81e00acae commit: 7d75a39460890dbbbbaf013f3ece1e971816aa7b Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Wed Apr 17 22:53:00 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Wed Apr 17 22:53:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7d75a394 x11-base/xorg-server: raise pixman dependency and no longer suggest obsolete method to rebuild x11-drivers --- x11-base/xorg-server/xorg-server-9999.ebuild | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index a5248e1..6921767 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -28,7 +28,7 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.8 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 - >=x11-libs/pixman-0.21.8 + >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 @@ -207,10 +207,8 @@ pkg_postinst() { ewarn "of module version mismatch errors, this is your problem." echo - ewarn "You can generate a list of all installed packages in the x11-drivers" + ewarn "You can rebuild all installed packages in the x11-drivers" ewarn "category using this command:" - ewarn " emerge portage-utils; qlist -I -C x11-drivers/" - ewarn "or using sets from portage-2.2:" ewarn " emerge @x11-module-rebuild" fi