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 9F762158083 for ; Wed, 25 Sep 2024 08:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFCA6E2BB1; Wed, 25 Sep 2024 08:31:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C429FE2BB2 for ; Wed, 25 Sep 2024 08:31: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C51CF34319E for ; Wed, 25 Sep 2024 08:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26E671F46 for ; Wed, 25 Sep 2024 08:31:15 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1727253045.1d8dc32ec515e33d808d25bb93ee596f42c7248e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeciv/freeciv-3.1.2.ebuild games-strategy/freeciv/freeciv-9999.ebuild X-VCS-Directories: games-strategy/freeciv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1d8dc32ec515e33d808d25bb93ee596f42c7248e X-VCS-Branch: master Date: Wed, 25 Sep 2024 08:31: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: fa4fae7f-e721-49d5-835d-a9098f1b1c6e X-Archives-Hash: c51fef7a8884e61575b74ce60638b20e commit: 1d8dc32ec515e33d808d25bb93ee596f42c7248e Author: Ionen Wolkens gentoo org> AuthorDate: Wed Sep 25 08:25:39 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Sep 25 08:30:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8dc32e games-strategy/freeciv: add missing xdg_pkg_postinst call Signed-off-by: Ionen Wolkens gentoo.org> games-strategy/freeciv/freeciv-3.1.2.ebuild | 2 ++ games-strategy/freeciv/freeciv-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games-strategy/freeciv/freeciv-3.1.2.ebuild b/games-strategy/freeciv/freeciv-3.1.2.ebuild index 3409c6c89308..e61df8f6bac0 100644 --- a/games-strategy/freeciv/freeciv-3.1.2.ebuild +++ b/games-strategy/freeciv/freeciv-3.1.2.ebuild @@ -189,6 +189,8 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst + if [[ -z ${REPLACING_VERSIONS} ]]; then einfo "There are a number of supported authentication backends." einfo "sqlite3 is the default, however dedicated servers may wish to" diff --git a/games-strategy/freeciv/freeciv-9999.ebuild b/games-strategy/freeciv/freeciv-9999.ebuild index 3409c6c89308..e61df8f6bac0 100644 --- a/games-strategy/freeciv/freeciv-9999.ebuild +++ b/games-strategy/freeciv/freeciv-9999.ebuild @@ -189,6 +189,8 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst + if [[ -z ${REPLACING_VERSIONS} ]]; then einfo "There are a number of supported authentication backends." einfo "sqlite3 is the default, however dedicated servers may wish to"