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 6429E139360 for ; Sat, 7 Aug 2021 17:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78ECEE08F3; Sat, 7 Aug 2021 17:48:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 58FDAE08F3 for ; Sat, 7 Aug 2021 17:48:06 +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 35591342C78 for ; Sat, 7 Aug 2021 17:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B132D8CB for ; Sat, 7 Aug 2021 17:48:01 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1628358402.dbda197ace3cf429a4f61bc478a051714889d478.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/rofi-file-browser-extended/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild X-VCS-Directories: x11-misc/rofi-file-browser-extended/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: dbda197ace3cf429a4f61bc478a051714889d478 X-VCS-Branch: master Date: Sat, 7 Aug 2021 17:48:01 +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: 0f33cd06-969d-484f-9365-b24901ebb046 X-Archives-Hash: 4ad7d6a6a7158c03cebbde035565c0a8 commit: dbda197ace3cf429a4f61bc478a051714889d478 Author: Florian Schmaus gentoo org> AuthorDate: Sat Aug 7 17:45:55 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Aug 7 17:46:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbda197a x11-misc/rofi-file-browser-extended: rofi as also a DEPEND Signed-off-by: Florian Schmaus gentoo.org> .../rofi-file-browser-extended-1.2.0-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild index 50f944d7d..a04993630 100644 --- a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild +++ b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild @@ -21,15 +21,15 @@ SLOT="0" IUSE="" BDEPEND="virtual/pkgconfig" -COMMON_DEPEND="dev-libs/glib:2" +COMMON_DEPEND=" + dev-libs/glib:2 + x11-misc/rofi +" DEPEND=" ${COMMON_DEPEND} x11-libs/cairo " -RDEPEND=" - ${COMMON_DEPEND} - x11-misc/rofi -" +RDEPEND="${COMMON_DEPEND}" PATCHES=( "${FILESDIR}/${P}-do-not-install-man-page.patch" 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 2A7E1139360 for ; Sat, 7 Aug 2021 17:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB4CE0901; Sat, 7 Aug 2021 17:48:08 +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 A4233E0901 for ; Sat, 7 Aug 2021 17:48:08 +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 4BE17342C77 for ; Sat, 7 Aug 2021 17:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0175E84C for ; Sat, 7 Aug 2021 17:48:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1628358402.dbda197ace3cf429a4f61bc478a051714889d478.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/rofi-file-browser-extended/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild X-VCS-Directories: x11-misc/rofi-file-browser-extended/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: dbda197ace3cf429a4f61bc478a051714889d478 X-VCS-Branch: dev Date: Sat, 7 Aug 2021 17:48:06 +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: fce42d71-6c7d-486e-a250-fc70b5281a9c X-Archives-Hash: 5be32ed1ec4009727f7c134d4e5cae47 Message-ID: <20210807174806.PjYjX_3E9t-zXISiViZdJSbO7pC8TjaUgsWcaMtpaRY@z> commit: dbda197ace3cf429a4f61bc478a051714889d478 Author: Florian Schmaus gentoo org> AuthorDate: Sat Aug 7 17:45:55 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Aug 7 17:46:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbda197a x11-misc/rofi-file-browser-extended: rofi as also a DEPEND Signed-off-by: Florian Schmaus gentoo.org> .../rofi-file-browser-extended-1.2.0-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild index 50f944d7d..a04993630 100644 --- a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild +++ b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild @@ -21,15 +21,15 @@ SLOT="0" IUSE="" BDEPEND="virtual/pkgconfig" -COMMON_DEPEND="dev-libs/glib:2" +COMMON_DEPEND=" + dev-libs/glib:2 + x11-misc/rofi +" DEPEND=" ${COMMON_DEPEND} x11-libs/cairo " -RDEPEND=" - ${COMMON_DEPEND} - x11-misc/rofi -" +RDEPEND="${COMMON_DEPEND}" PATCHES=( "${FILESDIR}/${P}-do-not-install-man-page.patch"