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 1258913835B for ; Wed, 21 Apr 2021 02:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C08CE087F; Wed, 21 Apr 2021 02:10:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C86B2E087F for ; Wed, 21 Apr 2021 02:10:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DB9C0340F9A for ; Wed, 21 Apr 2021 02:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21563737 for ; Wed, 21 Apr 2021 02:10:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618970985.d262f1241ca53614917e48ed430512586fb29e60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee-steam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild net-im/bitlbee-steam/bitlbee-steam-9999.ebuild X-VCS-Directories: net-im/bitlbee-steam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d262f1241ca53614917e48ed430512586fb29e60 X-VCS-Branch: master Date: Wed, 21 Apr 2021 02:10:02 +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: 1d0532c9-7058-4703-b117-40eebe5d518a X-Archives-Hash: 61a82db8b9381fe51561c90d9561ae4e commit: d262f1241ca53614917e48ed430512586fb29e60 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 00:41:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 02:09:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d262f124 net-im/bitlbee-steam: ltprune-- Signed-off-by: Sam James gentoo.org> net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild | 7 ++++--- net-im/bitlbee-steam/bitlbee-steam-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild b/net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild index c0ec7c0ca9c..485f9d30d9b 100644 --- a/net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild +++ b/net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit ltprune autotools +inherit autotools if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/bitlbee/bitlbee-steam.git" @@ -33,5 +33,6 @@ src_prepare() { src_install() { default - prune_libtool_files --modules + + find "${ED}" -name '*.la' -delete || die } diff --git a/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild b/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild index c0ec7c0ca9c..485f9d30d9b 100644 --- a/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild +++ b/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit ltprune autotools +inherit autotools if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/bitlbee/bitlbee-steam.git" @@ -33,5 +33,6 @@ src_prepare() { src_install() { default - prune_libtool_files --modules + + find "${ED}" -name '*.la' -delete || die }