diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:44 +0100 |
commit | c1a654255ded69cdb90e30252636674ea2565eba (patch) | |
tree | 8a5265e2493900fa07ec987f1de756327fe88486 /dev-libs/libconfig | |
parent | dev-libs/libclsync: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-c1a654255ded69cdb90e30252636674ea2565eba.tar.gz gentoo-c1a654255ded69cdb90e30252636674ea2565eba.tar.bz2 gentoo-c1a654255ded69cdb90e30252636674ea2565eba.zip |
dev-libs/libconfig: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libconfig')
-rw-r--r-- | dev-libs/libconfig/libconfig-1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libconfig/libconfig-1.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libconfig/libconfig-1.7.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libconfig/libconfig-1.5.ebuild b/dev-libs/libconfig/libconfig-1.5.ebuild index ba09057dd62a..b707232a0aff 100644 --- a/dev-libs/libconfig/libconfig-1.5.ebuild +++ b/dev-libs/libconfig/libconfig-1.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 AUTOTOOLS_AUTORECONF="1" -inherit eutils autotools-multilib +inherit eutils autotools-multilib ltprune DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files" HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html" diff --git a/dev-libs/libconfig/libconfig-1.7.1.ebuild b/dev-libs/libconfig/libconfig-1.7.1.ebuild index 96e4ed4d39e4..630dd6e6e085 100644 --- a/dev-libs/libconfig/libconfig-1.7.1.ebuild +++ b/dev-libs/libconfig/libconfig-1.7.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib-minimal +inherit autotools eutils ltprune multilib-minimal DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files" HOMEPAGE=" diff --git a/dev-libs/libconfig/libconfig-1.7.2.ebuild b/dev-libs/libconfig/libconfig-1.7.2.ebuild index ac9ee0f1f56a..b200d6654c11 100644 --- a/dev-libs/libconfig/libconfig-1.7.2.ebuild +++ b/dev-libs/libconfig/libconfig-1.7.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib-minimal +inherit autotools eutils ltprune multilib-minimal DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files" HOMEPAGE=" |