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 8D9F11382C5 for ; Tue, 6 Mar 2018 20:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5F9E09D0; Tue, 6 Mar 2018 20:51:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBB8BE09D0 for ; Tue, 6 Mar 2018 20:51:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9ACA335C0A for ; Tue, 6 Mar 2018 20:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562881EB for ; Tue, 6 Mar 2018 20:51:41 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1520369494.e5ac8f8157f47c79e625eb9f78b0452a8f5445f4.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/brotli/brotli-1.0.3-r1.ebuild app-arch/brotli/brotli-9999.ebuild X-VCS-Directories: app-arch/brotli/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: e5ac8f8157f47c79e625eb9f78b0452a8f5445f4 X-VCS-Branch: master Date: Tue, 6 Mar 2018 20:51:41 +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: cabdb982-aa94-4bdc-ba5c-9e97d4f90062 X-Archives-Hash: cd833c6db7d5acef08c670a941ced9ef commit: e5ac8f8157f47c79e625eb9f78b0452a8f5445f4 Author: Craig Andrews gentoo org> AuthorDate: Tue Mar 6 20:47:49 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Mar 6 20:51:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ac8f81 app-arch/brotli: Use only the major version as the subslot This change prevents unnecessary rebuilds due to subslot changes Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-arch/brotli/{brotli-9999.ebuild => brotli-1.0.3-r1.ebuild} | 4 ++-- app-arch/brotli/brotli-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-1.0.3-r1.ebuild similarity index 95% copy from app-arch/brotli/brotli-9999.ebuild copy to app-arch/brotli/brotli-1.0.3-r1.ebuild index f437159d352..98869f75b24 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-1.0.3-r1.ebuild @@ -6,12 +6,12 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL="1" -inherit cmake-utils distutils-r1 +inherit cmake-utils distutils-r1 eapi7-ver DESCRIPTION="Generic-purpose lossless compression algorithm" HOMEPAGE="https://github.com/google/brotli" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1)" RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index f437159d352..98869f75b24 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -6,12 +6,12 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL="1" -inherit cmake-utils distutils-r1 +inherit cmake-utils distutils-r1 eapi7-ver DESCRIPTION="Generic-purpose lossless compression algorithm" HOMEPAGE="https://github.com/google/brotli" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1)" RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}"