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 12A3715808B for ; Sun, 18 Feb 2024 11:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 219C5E2AA2; Sun, 18 Feb 2024 11:58:18 +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 DEE02E2A04 for ; Sun, 18 Feb 2024 11:58:17 +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 D2A37343133 for ; Sun, 18 Feb 2024 11:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723BE1239 for ; Sun, 18 Feb 2024 11:58:15 +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: <1708257480.78c0a5617293a7e132253d0075d7474c360b4346.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/plex-media-server/plex-media-server-1.40.0.7998.ebuild X-VCS-Directories: media-tv/plex-media-server/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78c0a5617293a7e132253d0075d7474c360b4346 X-VCS-Branch: master Date: Sun, 18 Feb 2024 11:58:15 +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: 5e60095a-c79a-4adb-a07b-6b560316b05f X-Archives-Hash: acca6327b70d9bc840dce1ebbbf72762 commit: 78c0a5617293a7e132253d0075d7474c360b4346 Author: Sam James gentoo org> AuthorDate: Sun Feb 18 11:58:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 18 11:58:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c0a561 media-tv/plex-media-server: upgrade warning to ewarn Signed-off-by: Sam James gentoo.org> media-tv/plex-media-server/plex-media-server-1.40.0.7998.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-tv/plex-media-server/plex-media-server-1.40.0.7998.ebuild b/media-tv/plex-media-server/plex-media-server-1.40.0.7998.ebuild index a1bfd627529a..8ec38977c3b1 100644 --- a/media-tv/plex-media-server/plex-media-server-1.40.0.7998.ebuild +++ b/media-tv/plex-media-server/plex-media-server-1.40.0.7998.ebuild @@ -84,8 +84,8 @@ pkg_postinst() { readme.gentoo_print_elog einfo - einfo "IMPORTANT: This version makes changes to the database which will require 1.31.2 or higher to start" - einfo "Please also be patient when updating to this version, initial run may take time as database is upgraded" - einfo "Full release announcement, including instructions for rollback: https://forums.plex.tv/t/plex-media-server/30447/612" + ewarn "IMPORTANT: This version makes changes to the database which will require 1.31.2 or higher to start" + ewarn "Please also be patient when updating to this version, initial run may take time as database is upgraded" + ewarn "Full release announcement, including instructions for rollback: https://forums.plex.tv/t/plex-media-server/30447/612" }