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 D556015806E for ; Fri, 26 May 2023 14:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE12E0891; Fri, 26 May 2023 14:38:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0250BE0891 for ; Fri, 26 May 2023 14:38:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37B52340FC7 for ; Fri, 26 May 2023 14:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11F3A67 for ; Fri, 26 May 2023 14:38:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685111884.c5fe7ea1c3244d51df81b04bd0510ed08712134d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild X-VCS-Directories: www-misc/profile-sync-daemon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5fe7ea1c3244d51df81b04bd0510ed08712134d X-VCS-Branch: master Date: Fri, 26 May 2023 14:38:49 +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: 934f8b8d-c535-4bb7-8f8f-0ec0bb8b9abf X-Archives-Hash: 5398dd37614a6c274f86c54db50052f6 commit: c5fe7ea1c3244d51df81b04bd0510ed08712134d Author: Sam James gentoo org> AuthorDate: Fri May 26 14:38:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 26 14:38:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fe7ea1 www-misc/profile-sync-daemon: Stabilize 6.35 amd64, #772053 Signed-off-by: Sam James gentoo.org> www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild index 844169f700ae..d04bb3b515f0 100644 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DESCRIPTION="Symlinks and syncs browser profile dirs to RAM" HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon" SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="MIT" SLOT="0"