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 1568515800F for ; Fri, 20 Jan 2023 07:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 239B2E0877; Fri, 20 Jan 2023 07:22:30 +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 06AC7E0877 for ; Fri, 20 Jan 2023 07:22:29 +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 9DF1C340C72 for ; Fri, 20 Jan 2023 07:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD36085C for ; Fri, 20 Jan 2023 07:22:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1674199343.5e2d87b86185e350b85e28f17603d5b455f12706.juippis@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.9.0.ebuild X-VCS-Directories: x11-terms/guake/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5e2d87b86185e350b85e28f17603d5b455f12706 X-VCS-Branch: master Date: Fri, 20 Jan 2023 07:22:26 +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: c356c40e-abe9-4ed6-bc69-94653a1a10ff X-Archives-Hash: 049d358a6a4273813b79c9c1d0a5d679 commit: 5e2d87b86185e350b85e28f17603d5b455f12706 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jan 20 07:21:41 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 20 07:22:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2d87b8 x11-terms/guake: move 'utempter' to optfeature in 3.9.0 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/guake/guake-3.9.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-terms/guake/guake-3.9.0.ebuild b/x11-terms/guake/guake-3.9.0.ebuild index 16d94ee8b450..737722966865 100644 --- a/x11-terms/guake/guake-3.9.0.ebuild +++ b/x11-terms/guake/guake-3.9.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 gnome2-utils plocale virtualx xdg +inherit distutils-r1 gnome2-utils optfeature plocale virtualx xdg PLOCALES="ca cs de el es fa fi fr gl hr hu id it ja ko nb nl pa pl pt_BR ru sv tr uk zh_CN zh_TW" @@ -17,7 +17,6 @@ SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.g LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="utempter" RDEPEND=" $(python_gen_cond_dep ' @@ -28,8 +27,7 @@ RDEPEND=" dev-libs/keybinder:3[introspection] x11-libs/libnotify[introspection] x11-libs/libwnck:3[introspection] - x11-libs/vte:2.91[introspection] - utempter? ( sys-libs/libutempter )" + x11-libs/vte:2.91[introspection]" BDEPEND=" $(python_gen_cond_dep ' dev-python/setuptools_scm[${PYTHON_USEDEP}] @@ -79,6 +77,8 @@ python_install_all() { pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update + + optfeature "utmp management support" sys-libs/libutempter } pkg_postrm() {