From: David Seifert Date: Sat, 15 Feb 2020 10:03:18 +0000 (+0100) Subject: x11-misc/gpaste: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de4740352cd71c67475355d5e25997b8f86eb132;p=gentoo.git x11-misc/gpaste: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/x11-misc/gpaste/gpaste-3.20.3.ebuild b/x11-misc/gpaste/gpaste-3.20.3.ebuild index 29d4912c9f64..01387a0ecc27 100644 --- a/x11-misc/gpaste/gpaste-3.20.3.ebuild +++ b/x11-misc/gpaste/gpaste-3.20.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 VALA_MIN_API_VERSION="0.30" VALA_USE_DEPEND="vapigen" -inherit eutils autotools gnome2-utils vala vcs-snapshot +inherit eutils autotools gnome2-utils ltprune vala vcs-snapshot DESCRIPTION="Clipboard management system" HOMEPAGE="https://github.com/Keruspe/GPaste"