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 8EC7B138359 for ; Sun, 25 Oct 2020 20:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B363E070D; Sun, 25 Oct 2020 20:29:56 +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 720FEE070D for ; Sun, 25 Oct 2020 20:29:56 +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 69084340C20 for ; Sun, 25 Oct 2020 20:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 136DD3AB for ; Sun, 25 Oct 2020 20:29:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1603657791.b81764ac31117223531f8eda0e82c1020aeb6d9b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany/geany-9999.ebuild X-VCS-Directories: dev-util/geany/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b81764ac31117223531f8eda0e82c1020aeb6d9b X-VCS-Branch: master Date: Sun, 25 Oct 2020 20:29:54 +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: aa07c616-ba7e-49da-8c50-09d8763c4685 X-Archives-Hash: f360c0cd311a214c9c5bf3a6f2ddb422 commit: b81764ac31117223531f8eda0e82c1020aeb6d9b Author: Lars Wendler gentoo org> AuthorDate: Sun Oct 25 20:29:40 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Oct 25 20:29:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81764ac dev-util/geany: Synced live ebuild Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> dev-util/geany/geany-9999.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-util/geany/geany-9999.ebuild b/dev-util/geany/geany-9999.ebuild index f8bb6955d66..2dde606ada7 100644 --- a/dev-util/geany/geany-9999.ebuild +++ b/dev-util/geany/geany-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 # eutils required for strip-linguas inherit eutils xdg -LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" +LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" NOSHORTLANGS="en_GB zh_CN zh_TW" DESCRIPTION="GTK+ based fast and lightweight IDE" @@ -22,19 +22,19 @@ fi LICENSE="GPL-2+ HPND" SLOT="0" -IUSE="+gtk3 +vte" +IUSE="gtk2 +vte" +BDEPEND="virtual/pkgconfig" RDEPEND=">=dev-libs/glib-2.32:2 - !gtk3? ( + gtk2? ( >=x11-libs/gtk+-2.24:2 vte? ( x11-libs/vte:0 ) ) - gtk3? ( + !gtk2? ( >=x11-libs/gtk+-3.0:3 vte? ( x11-libs/vte:2.91 ) )" DEPEND="${RDEPEND} - virtual/pkgconfig dev-util/intltool sys-devel/gettext" @@ -58,7 +58,8 @@ src_configure() { local myeconfargs=( --disable-html-docs --disable-pdf-docs - $(use_enable gtk3) + --disable-static + $(use_enable gtk2) $(use_enable vte) ) econf "${myeconfargs[@]}"