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 532141381F3 for ; Sat, 1 Jun 2013 08:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FD90E0A4A; Sat, 1 Jun 2013 08:41: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 A28C1E0A4A for ; Sat, 1 Jun 2013 08:41: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 8FAEA33E0A3 for ; Sat, 1 Jun 2013 08:41:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1AD68E468F for ; Sat, 1 Jun 2013 08:41:48 +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: <1370075886.eccad77306d046aba370d1ec1ecbc1ead2f53018.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 x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild X-VCS-Directories: x11-drivers/ati-drivers/ X-VCS-Committer: emil_karlson X-VCS-Committer-Name: Emil Karlson X-VCS-Revision: eccad77306d046aba370d1ec1ecbc1ead2f53018 X-VCS-Branch: master Date: Sat, 1 Jun 2013 08:41: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: 8a515a22-b1f6-45c6-8b1c-cc5e0c726ce8 X-Archives-Hash: 45912954328c2a211fbb892bc04375bd commit: eccad77306d046aba370d1ec1ecbc1ead2f53018 Author: Emil Karlson gmail com> AuthorDate: Sat Jun 1 08:38:06 2013 +0000 Commit: Emil Karlson gmail com> CommitDate: Sat Jun 1 08:38:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=eccad773 x11-drivers/ati-drivers accept -hardened-r* as hardened KV_EXTRA Legacy ati-drivers needs to be still synced with this and many other fixes. --- x11-drivers/ati-drivers/ati-drivers-13.4.ebuild | 2 +- x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild index c8f0b40..d8bfdb1 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild @@ -193,7 +193,7 @@ pkg_pretend() { require_configured_kernel _check_kernel_config - if [[ "${KV_EXTRA}" != -hardened ]] && use pax_kernel; then + if ! [[ "${KV_EXTRA}" =~ -hardened.* ]] && use pax_kernel; then eerror "USE pax_kernel enabled for a non-hardened kernel." eerror "If you know this kernel supports pax_kernel, open a bug at" eerror "https://bugs.gentoo.org" diff --git a/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild index 7e2dba3..0fe8a6f 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.6_beta.ebuild @@ -193,7 +193,7 @@ pkg_pretend() { require_configured_kernel _check_kernel_config - if [[ "${KV_EXTRA}" != -hardened ]] && use pax_kernel; then + if ! [[ "${KV_EXTRA}" =~ -hardened.* ]] && use pax_kernel; then eerror "USE pax_kernel enabled for a non-hardened kernel." eerror "If you know this kernel supports pax_kernel, open a bug at" eerror "https://bugs.gentoo.org"