From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6D5613832E for ; Fri, 22 Jul 2016 11:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DA70E08C1; Fri, 22 Jul 2016 11:00:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AF3FE08C1 for ; Fri, 22 Jul 2016 11:00:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BF49340D5F for ; Fri, 22 Jul 2016 11:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCAF178 for ; Fri, 22 Jul 2016 10:59:54 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1469185171.a20b9d2daf91d342b50d255e4815e3a7f818b9ac.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild X-VCS-Directories: net-fs/openafs-kernel/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: a20b9d2daf91d342b50d255e4815e3a7f818b9ac X-VCS-Branch: master Date: Fri, 22 Jul 2016 10:59:54 +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: 108c3686-3f90-46b8-93fe-a98b385c205f X-Archives-Hash: d09f4e4a8c3f6a7f1112a7f8f7f4f43a commit: a20b9d2daf91d342b50d255e4815e3a7f818b9ac Author: Andrew Savchenko gentoo org> AuthorDate: Fri Jul 22 10:59:31 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Fri Jul 22 10:59:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20b9d2d net-fs/openafs-kernel: fix QA issues Fix REPLACING_VERSIONS QA issues found by mgorny and noted on the gentoo-dev ML: https://archives.gentoo.org/gentoo-dev/message/52cbd5985e05a4ed949d451d66f6e8bf Package-Manager: portage-2.3.0 Signed-off-by: Andrew Savchenko gentoo.org> net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild b/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild index c2ab02f..9d1e5d1 100644 --- a/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild +++ b/net-fs/openafs-kernel/openafs-kernel-1.6.18.2.ebuild @@ -114,7 +114,7 @@ pkg_postinst() { use kernel_FreeBSD && /usr/sbin/kldxref "${EPREFIX}/boot/modules" use kernel_linux && linux-mod_pkg_postinst - if use kernel_linux && [[ ${REPLACING_VERSIONS} < "1.6.18.2" ]]; then + if use kernel_linux && ! version_is_at_least 1.6.18.2 ${REPLACING_VERSIONS}; then ewarn "As of OpenAFS 1.6.18.2, Gentoo's packaging no longer requires" ewarn "that CONFIG_DEBUG_RODATA be turned off in one's kernel config." ewarn "If you only turned this option off for OpenAFS, please re-enable"