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 95AEE158020 for ; Sat, 10 Dec 2022 16:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B81CE085E; Sat, 10 Dec 2022 16:19:42 +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 34238E085E for ; Sat, 10 Dec 2022 16:19:42 +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 08C43340BDE for ; Sat, 10 Dec 2022 16:19:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60CD63A5 for ; Sat, 10 Dec 2022 16:19:39 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1670689135.36d78c6fd0452df1df7338efbefff983af262f18.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild X-VCS-Directories: net-libs/gnome-online-accounts/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 36d78c6fd0452df1df7338efbefff983af262f18 X-VCS-Branch: master Date: Sat, 10 Dec 2022 16:19:39 +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: 6c5a6443-62d2-4642-93ba-0963d214708d X-Archives-Hash: a2faf5fabd55c3a02bb4d5a8fda5a5ab commit: 36d78c6fd0452df1df7338efbefff983af262f18 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 10 16:18:55 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 10 16:18:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d78c6f net-libs/gnome-online-accounts: Installs icons Signed-off-by: Pacho Ramos gentoo.org> net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild index b4c740cf3b59..bacbc90f13a3 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.46.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnome.org meson vala +inherit gnome.org meson vala xdg DESCRIPTION="GNOME framework for accessing online accounts" HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"