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 8F29913835A for ; Tue, 1 Sep 2020 10:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77DC1E09A2; Tue, 1 Sep 2020 10:31:28 +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 5446FE09A2 for ; Tue, 1 Sep 2020 10:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BE979340E67 for ; Tue, 1 Sep 2020 10:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C52433D for ; Tue, 1 Sep 2020 10:31:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1598956206.fcd2562b0f203c3133738d93536d28adfff691bb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/partio/partio-1.1.0_p20170829.ebuild media-libs/partio/partio-1.10.1.ebuild media-libs/partio/partio-1.5.4.ebuild media-libs/partio/partio-9999.ebuild X-VCS-Directories: media-libs/partio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fcd2562b0f203c3133738d93536d28adfff691bb X-VCS-Branch: master Date: Tue, 1 Sep 2020 10:31:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2888f0b-0e33-4bcb-b3c4-e786c50ee975 X-Archives-Hash: 517dd83de1f940eb37a7d088f2a452e3 commit: fcd2562b0f203c3133738d93536d28adfff691bb Author: Adrian Grigo yahoo com au> AuthorDate: Fri Aug 28 02:00:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 1 10:30:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd2562b media-libs/partio: Correct zlib subslot operator and add BDEPEND Zlib uses a subslot 0/1, so use the := operator to ensure partio recompiles when zlib changes subslots. Swig and the doc dependencies are moved to bdepend. All dependencies have been sorted. Signed-off-by: Adrian Grigo yahoo.com.au> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michał Górny gentoo.org> media-libs/partio/partio-1.1.0_p20170829.ebuild | 8 +++++--- media-libs/partio/partio-1.10.1.ebuild | 13 +++++++------ media-libs/partio/partio-1.5.4.ebuild | 14 ++++++++------ media-libs/partio/partio-9999.ebuild | 14 ++++++++------ 4 files changed, 28 insertions(+), 21 deletions(-) diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index 15ae1729b23..df16e2b84cf 100644 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild @@ -20,11 +20,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} media-libs/freeglut - virtual/opengl sys-libs/zlib:= + virtual/opengl " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" + +BDEPEND=" + dev-lang/swig doc? ( app-doc/doxygen dev-texlive/texlive-bibtexextra @@ -33,7 +36,6 @@ DEPEND="${RDEPEND} dev-texlive/texlive-latex dev-texlive/texlive-latexextra ) - dev-lang/swig:* " PATCHES=( "${FILESDIR}/${PN}-1.1.0-Rename-partconv.patch" ) diff --git a/media-libs/partio/partio-1.10.1.ebuild b/media-libs/partio/partio-1.10.1.ebuild index 80c7e983dc0..670bbd70b48 100644 --- a/media-libs/partio/partio-1.10.1.ebuild +++ b/media-libs/partio/partio-1.10.1.ebuild @@ -22,6 +22,13 @@ SLOT="0" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND="${PYTHON_DEPS} + media-libs/freeglut + sys-libs/zlib:= + virtual/opengl +" +DEPEND="${RDEPEND}" + BDEPEND=" dev-lang/swig doc? ( @@ -33,12 +40,6 @@ BDEPEND=" dev-texlive/texlive-latexextra ) " -RDEPEND="${PYTHON_DEPS} - media-libs/freeglut - sys-libs/zlib - virtual/opengl -" -DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( diff --git a/media-libs/partio/partio-1.5.4.ebuild b/media-libs/partio/partio-1.5.4.ebuild index 0a25a1e6946..8290291a008 100644 --- a/media-libs/partio/partio-1.5.4.ebuild +++ b/media-libs/partio/partio-1.5.4.ebuild @@ -22,6 +22,14 @@ SLOT="0" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND="${PYTHON_DEPS} + media-libs/freeglut + sys-libs/zlib:= + virtual/opengl +" + +DEPEND="${RDEPEND}" + BDEPEND=" dev-lang/swig doc? ( @@ -33,12 +41,6 @@ BDEPEND=" dev-texlive/texlive-latexextra ) " -RDEPEND="${PYTHON_DEPS} - media-libs/freeglut - sys-libs/zlib - virtual/opengl -" -DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( diff --git a/media-libs/partio/partio-9999.ebuild b/media-libs/partio/partio-9999.ebuild index 80c7e983dc0..bfe67c28fe5 100644 --- a/media-libs/partio/partio-9999.ebuild +++ b/media-libs/partio/partio-9999.ebuild @@ -22,6 +22,14 @@ SLOT="0" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND="${PYTHON_DEPS} + media-libs/freeglut + sys-libs/zlib:= + virtual/opengl +" + +DEPEND="${RDEPEND}" + BDEPEND=" dev-lang/swig doc? ( @@ -33,12 +41,6 @@ BDEPEND=" dev-texlive/texlive-latexextra ) " -RDEPEND="${PYTHON_DEPS} - media-libs/freeglut - sys-libs/zlib - virtual/opengl -" -DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=(