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 468091581D3 for ; Sun, 2 Jun 2024 07:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89F9EE29ED; Sun, 2 Jun 2024 07:30:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 74649E29ED for ; Sun, 2 Jun 2024 07:30:13 +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 A7CCF340BEF for ; Sun, 2 Jun 2024 07:30:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1784816DD for ; Sun, 2 Jun 2024 07:30:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1717313404.7d09bd16db0052d1ca49f5eac09ce8cc9418654c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/atril/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/atril/atril-1.28.0.ebuild X-VCS-Directories: app-text/atril/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7d09bd16db0052d1ca49f5eac09ce8cc9418654c X-VCS-Branch: master Date: Sun, 2 Jun 2024 07:30:11 +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: b21491c4-f6df-46d8-b79c-f518b02dbffd X-Archives-Hash: b7f87c81146bf4ce5f6ba2a16d0f150b commit: 7d09bd16db0052d1ca49f5eac09ce8cc9418654c Author: Oz Tiram gmail com> AuthorDate: Wed Apr 17 16:50:03 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 2 07:30:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d09bd16 app-text/atril: add gvfs as RDEPEND Closes: https://bugs.gentoo.org/612642 Signed-off-by: Oz Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36295 Signed-off-by: Joonas Niilola gentoo.org> app-text/atril/atril-1.28.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/atril/atril-1.28.0.ebuild b/app-text/atril/atril-1.28.0.ebuild index 189aa88ef920..7a6e77d69bed 100644 --- a/app-text/atril/atril-1.28.0.ebuild +++ b/app-text/atril/atril-1.28.0.ebuild @@ -52,6 +52,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} + gnome-base/gvfs virtual/libintl "