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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 025D81581D3 for ; Fri, 24 May 2024 05:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B31BE2A3D; Fri, 24 May 2024 05:49:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BEFDE2A3D for ; Fri, 24 May 2024 05:49:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F90F33EB78 for ; Fri, 24 May 2024 05:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41720156D for ; Fri, 24 May 2024 05:49:42 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1716529741.e89ef88f836599802f336eb962af7d6d746e3803.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprpaper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild X-VCS-Directories: gui-apps/hyprpaper/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: e89ef88f836599802f336eb962af7d6d746e3803 X-VCS-Branch: dev Date: Fri, 24 May 2024 05:49:42 +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: ed77fc6d-0712-4b24-b316-88218865e1b4 X-Archives-Hash: 2ace9cb932799b715a8e68baf2f45204 commit: e89ef88f836599802f336eb962af7d6d746e3803 Author: Joe Kappus wt gd> AuthorDate: Fri May 24 05:49:01 2024 +0000 Commit: Joe Kappus wt gd> CommitDate: Fri May 24 05:49:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e89ef88f gui-apps/hyprpaper: QA fixups (DEPEND) Closes: https://bugs.gentoo.org/932560 Signed-off-by: Joe Kappus wt.gd> gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild | 3 ++- gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild index 6459d23b2..158b02cb6 100644 --- a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild +++ b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -BDEPEND=" +DEPEND=" dev-libs/hyprlang:= dev-libs/wayland dev-libs/wayland-protocols @@ -21,6 +21,7 @@ BDEPEND=" dev-vcs/git " RDEPEND=" + ${DEPEND} gui-libs/wlroots media-libs/libglvnd media-libs/libjpeg-turbo diff --git a/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild b/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild index 6459d23b2..158b02cb6 100644 --- a/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild +++ b/gui-apps/hyprpaper/hyprpaper-0.7.0.ebuild @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -BDEPEND=" +DEPEND=" dev-libs/hyprlang:= dev-libs/wayland dev-libs/wayland-protocols @@ -21,6 +21,7 @@ BDEPEND=" dev-vcs/git " RDEPEND=" + ${DEPEND} gui-libs/wlroots media-libs/libglvnd media-libs/libjpeg-turbo