diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:46 +0100 |
commit | 9a398ea525c3bcda4761114a0ec25da9cd8fbaa0 (patch) | |
tree | 19bd7473ff73a09110d23d5f712fa8dbb543fe4f /dev-util | |
parent | dev-util/geany-plugins: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-9a398ea525c3bcda4761114a0ec25da9cd8fbaa0.tar.gz gentoo-9a398ea525c3bcda4761114a0ec25da9cd8fbaa0.tar.bz2 gentoo-9a398ea525c3bcda4761114a0ec25da9cd8fbaa0.zip |
dev-util/global: [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-util')
-rw-r--r-- | dev-util/global/global-6.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/global/global-6.3.1.ebuild b/dev-util/global/global-6.3.1.ebuild index 4385230ea958..9d48ee787d89 100644 --- a/dev-util/global/global-6.3.1.ebuild +++ b/dev-util/global/global-6.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit autotools elisp-common eutils +inherit autotools elisp-common eutils ltprune DESCRIPTION="tag system to find an object location in various sources" HOMEPAGE="https://www.gnu.org/software/global/global.html" |