diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:57:28 +0100 |
commit | 05b7b0252884f074e01823eb0ebb26c1cc3656e5 (patch) | |
tree | 59a14c15f3c51c0069a78dc62b609a1338f03227 /app-dicts/verbiste/verbiste-0.1.44.ebuild | |
parent | app-backup/dar: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-05b7b0252884f074e01823eb0ebb26c1cc3656e5.tar.gz gentoo-05b7b0252884f074e01823eb0ebb26c1cc3656e5.tar.bz2 gentoo-05b7b0252884f074e01823eb0ebb26c1cc3656e5.zip |
app-dicts/verbiste: [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 'app-dicts/verbiste/verbiste-0.1.44.ebuild')
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.44.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/verbiste/verbiste-0.1.44.ebuild b/app-dicts/verbiste/verbiste-0.1.44.ebuild index c9a1c7a067d7..4648b20ec985 100644 --- a/app-dicts/verbiste/verbiste-0.1.44.ebuild +++ b/app-dicts/verbiste/verbiste-0.1.44.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils gnome2-utils xdg-utils +inherit eutils gnome2-utils ltprune xdg-utils DESCRIPTION="French conjugation system" HOMEPAGE="http://sarrazip.com/dev/verbiste.html" |