diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:24 +0100 |
commit | 8e246b33744d4a79a961b1e95e102d4818402bdc (patch) | |
tree | 6b30575be1a66bd1948a6194e5c38522cf11d79a /dev-libs/squareball | |
parent | dev-libs/qqwing: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-8e246b33744d4a79a961b1e95e102d4818402bdc.tar.gz gentoo-8e246b33744d4a79a961b1e95e102d4818402bdc.tar.bz2 gentoo-8e246b33744d4a79a961b1e95e102d4818402bdc.zip |
dev-libs/squareball: [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/squareball')
-rw-r--r-- | dev-libs/squareball/squareball-0.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/squareball/squareball-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/squareball/squareball-0.2.0.ebuild b/dev-libs/squareball/squareball-0.2.0.ebuild index 42d531e38772..58abed1015b2 100644 --- a/dev-libs/squareball/squareball-0.2.0.ebuild +++ b/dev-libs/squareball/squareball-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 autotools fi -inherit eutils +inherit eutils ltprune DESCRIPTION="A general-purpose library for C99" HOMEPAGE="https://github.com/rafaelmartins/squareball" diff --git a/dev-libs/squareball/squareball-9999.ebuild b/dev-libs/squareball/squareball-9999.ebuild index 42d531e38772..58abed1015b2 100644 --- a/dev-libs/squareball/squareball-9999.ebuild +++ b/dev-libs/squareball/squareball-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 autotools fi -inherit eutils +inherit eutils ltprune DESCRIPTION="A general-purpose library for C99" HOMEPAGE="https://github.com/rafaelmartins/squareball" |