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 BCE7F159C96 for ; Fri, 26 Jul 2024 07:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 079292BC014; Fri, 26 Jul 2024 07:20:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D62D82BC014 for ; Fri, 26 Jul 2024 07:20:15 +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 DD69B33BEFF for ; Fri, 26 Jul 2024 07:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180071B9A for ; Fri, 26 Jul 2024 07:20:13 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1721978322.1a7f2b534e5f921ef02703bb1ee503994eeb8764.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/aquamarine/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/aquamarine/aquamarine-0.1.1-r1.ebuild gui-libs/aquamarine/aquamarine-0.1.1.ebuild gui-libs/aquamarine/aquamarine-9999.ebuild X-VCS-Directories: gui-libs/aquamarine/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 1a7f2b534e5f921ef02703bb1ee503994eeb8764 X-VCS-Branch: master Date: Fri, 26 Jul 2024 07:20:13 +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: 73ebf6b1-c8f7-480d-9a6f-8757530d365a X-Archives-Hash: 3a3375e412cbe77802c4040b353409f3 commit: 1a7f2b534e5f921ef02703bb1ee503994eeb8764 Author: John M. Harris Jr. johnmh me> AuthorDate: Thu Jul 25 17:53:05 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Jul 26 07:18:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7f2b53 gui-libs/aquamarine: Add missing dependency Closes: https://bugs.gentoo.org/936614 Closes: https://github.com/gentoo/gentoo/pull/37723 Signed-off-by: John M. Harris Jr. johnmh.me> Signed-off-by: Yixun Lan gentoo.org> .../aquamarine/{aquamarine-0.1.1.ebuild => aquamarine-0.1.1-r1.ebuild} | 1 + gui-libs/aquamarine/aquamarine-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-libs/aquamarine/aquamarine-0.1.1.ebuild b/gui-libs/aquamarine/aquamarine-0.1.1-r1.ebuild similarity index 97% rename from gui-libs/aquamarine/aquamarine-0.1.1.ebuild rename to gui-libs/aquamarine/aquamarine-0.1.1-r1.ebuild index 80acaec62cc4..d484fd02a444 100644 --- a/gui-libs/aquamarine/aquamarine-0.1.1.ebuild +++ b/gui-libs/aquamarine/aquamarine-0.1.1-r1.ebuild @@ -34,6 +34,7 @@ RDEPEND=" x11-libs/pixman virtual/libudev sys-apps/hwdata + >=sys-auth/seatd-0.8.0 " DEPEND=" ${RDEPEND} diff --git a/gui-libs/aquamarine/aquamarine-9999.ebuild b/gui-libs/aquamarine/aquamarine-9999.ebuild index 80acaec62cc4..d484fd02a444 100644 --- a/gui-libs/aquamarine/aquamarine-9999.ebuild +++ b/gui-libs/aquamarine/aquamarine-9999.ebuild @@ -34,6 +34,7 @@ RDEPEND=" x11-libs/pixman virtual/libudev sys-apps/hwdata + >=sys-auth/seatd-0.8.0 " DEPEND=" ${RDEPEND}