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 0110A13835A for ; Sat, 2 Jan 2021 00:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2921AE0874; Sat, 2 Jan 2021 00:54:25 +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 134A2E0874 for ; Sat, 2 Jan 2021 00:54:25 +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 C9C86335C7D for ; Sat, 2 Jan 2021 00:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11FD0478 for ; Sat, 2 Jan 2021 00:54:22 +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: <1609548828.4f63e31bdce812fe8da5d7703aa74b893f36b722.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libconfig/libconfig-1.7.2.ebuild X-VCS-Directories: dev-libs/libconfig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f63e31bdce812fe8da5d7703aa74b893f36b722 X-VCS-Branch: master Date: Sat, 2 Jan 2021 00:54:22 +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: e381c0b3-34e1-45f1-bbb3-0c84b658770c X-Archives-Hash: 276c46bd74adee6a34fa6f7dbd1e1be0 commit: 4f63e31bdce812fe8da5d7703aa74b893f36b722 Author: Sam James gentoo org> AuthorDate: Sat Jan 2 00:53:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 2 00:53:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f63e31b dev-libs/libconfig: cleanup ebuild Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/libconfig/libconfig-1.7.2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-libs/libconfig/libconfig-1.7.2.ebuild b/dev-libs/libconfig/libconfig-1.7.2.ebuild index 374b0c9892b..cbbe4ac59f0 100644 --- a/dev-libs/libconfig/libconfig-1.7.2.ebuild +++ b/dev-libs/libconfig/libconfig-1.7.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit autotools eutils ltprune multilib-minimal +EAPI=7 + +inherit autotools multilib-minimal DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files" HOMEPAGE=" @@ -46,5 +47,5 @@ multilib_src_test() { multilib_src_install() { default - prune_libtool_files + find "${ED}" -name '*.la' -delete || die }