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 97644158094 for ; Thu, 11 Aug 2022 07:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C10DE0C64; Thu, 11 Aug 2022 07:37:55 +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 1C3DCE0C64 for ; Thu, 11 Aug 2022 07:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5525934134D for ; Thu, 11 Aug 2022 07:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56AFE5A0 for ; Thu, 11 Aug 2022 07:37:51 +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: <1660203431.43c2a16a128ab5c72f59eb9abe592a67d5f90994.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/guake/guake-3.8.5-r1.ebuild x11-terms/guake/guake-3.8.5.ebuild X-VCS-Directories: x11-terms/guake/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 43c2a16a128ab5c72f59eb9abe592a67d5f90994 X-VCS-Branch: master Date: Thu, 11 Aug 2022 07:37:51 +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: 01db0318-eca0-481f-80f4-e0f760afd566 X-Archives-Hash: abed6ae409452d398d2741df4c658f31 commit: 43c2a16a128ab5c72f59eb9abe592a67d5f90994 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Aug 11 07:24:47 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Aug 11 07:37:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c2a16a x11-terms/guake: update modified paths.py .pyc My fault and thanks to new QA for spotting this oversight. Closes: https://bugs.gentoo.org/864861 Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/guake/{guake-3.8.5.ebuild => guake-3.8.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-terms/guake/guake-3.8.5.ebuild b/x11-terms/guake/guake-3.8.5-r1.ebuild similarity index 96% rename from x11-terms/guake/guake-3.8.5.ebuild rename to x11-terms/guake/guake-3.8.5-r1.ebuild index b0161dd6782f..7230559cc2fa 100644 --- a/x11-terms/guake/guake-3.8.5.ebuild +++ b/x11-terms/guake/guake-3.8.5-r1.ebuild @@ -65,6 +65,7 @@ python_install() { sed -e "/^SCHEMA_DIR/s|=.*|= \"${EPREFIX}/usr/share/glib-2.0/schemas\"|" \ -e "/def get_default_data_dir/{n;s|=.*|= \"${EPREFIX}/usr/share/guake\"|}" \ -i "${BUILD_DIR}/install$(python_get_sitedir)"/guake/paths.py || die + python_optimize "${BUILD_DIR}/install$(python_get_sitedir)"/guake/paths.py distutils-r1_python_install }