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 A6B29138334 for ; Sun, 16 Dec 2018 22:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B32E0BB7; Sun, 16 Dec 2018 22:52:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E6EF1E0BB7 for ; Sun, 16 Dec 2018 22:52:10 +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 453EF335C39 for ; Sun, 16 Dec 2018 22:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC2D4EB for ; Sun, 16 Dec 2018 22:52:04 +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: <1545000716.7a9edbcf28fddafa7c639b67cfb82503ccb78eeb.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: 7a9edbcf28fddafa7c639b67cfb82503ccb78eeb X-VCS-Branch: master Date: Sun, 16 Dec 2018 22:52:04 +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: d7b4a4ad-13f8-4462-b7d5-23443ac919cd X-Archives-Hash: 19a10afe55d0efb74a8a4543e48e917a commit: 7a9edbcf28fddafa7c639b67cfb82503ccb78eeb Author: Lars Wendler gentoo org> AuthorDate: Sun Dec 16 22:50:22 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Dec 16 22:51:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9edbcf dev-util/geany: Synced live ebuild. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-util/geany/geany-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/geany/geany-9999.ebuild b/dev-util/geany/geany-9999.ebuild index d99d1cea34d..f07d539b727 100644 --- a/dev-util/geany/geany-9999.ebuild +++ b/dev-util/geany/geany-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ fi LICENSE="GPL-2+ HPND" SLOT="0" -IUSE="gtk3 +vte" +IUSE="+gtk3 +vte" RDEPEND=">=dev-libs/glib-2.32:2 !gtk3? ( @@ -65,7 +65,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install - prune_libtool_files --all + find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die } pkg_preinst() { gnome2_icon_savelist; }