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 4C2681381F3 for ; Sat, 11 May 2013 02:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2B12E093B; Sat, 11 May 2013 02:34:12 +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 5723BE093B for ; Sat, 11 May 2013 02:34:12 +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 5541C33DBC6 for ; Sat, 11 May 2013 02:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EF5F6E51D9 for ; Sat, 11 May 2013 02:34:09 +0000 (UTC) From: "Emil Karlson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Emil Karlson" Message-ID: <1368239578.d7ef34b5e8e08008c0757dfbcc27ea58e1d60287.emil_karlson@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/ati-drivers/ati-drivers-13.4.ebuild X-VCS-Directories: x11-drivers/ati-drivers/ X-VCS-Committer: emil_karlson X-VCS-Committer-Name: Emil Karlson X-VCS-Revision: d7ef34b5e8e08008c0757dfbcc27ea58e1d60287 X-VCS-Branch: master Date: Sat, 11 May 2013 02:34:09 +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: 71179630-e024-4cbe-ada5-328d54edd585 X-Archives-Hash: b384a4a2ebbede5df64c20579fbf7952 commit: d7ef34b5e8e08008c0757dfbcc27ea58e1d60287 Author: Emil Karlson gmail com> AuthorDate: Sat May 11 02:32:58 2013 +0000 Commit: Emil Karlson gmail com> CommitDate: Sat May 11 02:32:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d7ef34b5 x11-drivers/ati-drivers use "has" helper function for PAX_MARKINGS check --- x11-drivers/ati-drivers/ati-drivers-13.4.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild index 39928c3..727ab8d 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild @@ -198,7 +198,7 @@ pkg_pretend() { fi fi - if ! [[ "${PAX_MARKINGS}" =~ "XT" ]] && use pax_kernel; then + if ! has XT ${PAX_MARKINGS} && use pax_kernel; then ewarn "You have disabled xattr pax markings for portage." ewarn "This will likely cause programs using ati-drivers provided" ewarn "libraries to be killed kernel."