diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:18 +0100 |
commit | de4740352cd71c67475355d5e25997b8f86eb132 (patch) | |
tree | 9e9b98ae6db06f380922daf67df58542ed08ead0 /x11-misc | |
parent | x11-libs/xforms: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-de4740352cd71c67475355d5e25997b8f86eb132.tar.gz gentoo-de4740352cd71c67475355d5e25997b8f86eb132.tar.bz2 gentoo-de4740352cd71c67475355d5e25997b8f86eb132.zip |
x11-misc/gpaste: [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 'x11-misc')
-rw-r--r-- | x11-misc/gpaste/gpaste-3.20.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |