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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD3BE138359 for ; Tue, 21 Jul 2020 18:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A936E092B; Tue, 21 Jul 2020 18:29:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8E9EE092B for ; Tue, 21 Jul 2020 18:29:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B5434F0F8 for ; Tue, 21 Jul 2020 18:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0622E5 for ; Tue, 21 Jul 2020 18:29:23 +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: <1595356142.05b340639ecddcfc0dadcb6c3b4b3c5f55e04291.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/gtkpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild X-VCS-Directories: app-pda/gtkpod/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 05b340639ecddcfc0dadcb6c3b4b3c5f55e04291 X-VCS-Branch: master Date: Tue, 21 Jul 2020 18:29:23 +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: e186c63d-2451-466a-9c50-4a7cb0b2bb61 X-Archives-Hash: f08d7443b4bcd4e2d9e7b9bc669279f3 commit: 05b340639ecddcfc0dadcb6c3b4b3c5f55e04291 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 21 18:28:48 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 21 18:29:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b34063 app-pda/gtkpod: Make repoman happy Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Pacho Ramos gentoo.org> app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild b/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild index a235a2480e5..25355ccc232 100644 --- a/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.5-r1.ebuild @@ -113,9 +113,9 @@ src_install() { } pkg_postinst() { - gnome2_schemas_update + gnome2_schemas_update } pkg_postrm() { - gnome2_schemas_update + gnome2_schemas_update }