summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 10:57:47 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 10:57:47 +0100
commit8f4af0afcfbf7127c9ab53b043d7b9b1eb62a1e2 (patch)
tree631afd5523c22cc2db3c3f136776b344846ff4ba /app-text
parentapp-text/gtkspell: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-8f4af0afcfbf7127c9ab53b043d7b9b1eb62a1e2.tar.gz
gentoo-8f4af0afcfbf7127c9ab53b043d7b9b1eb62a1e2.tar.bz2
gentoo-8f4af0afcfbf7127c9ab53b043d7b9b1eb62a1e2.zip
app-text/liblangtag: [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-text')
-rw-r--r--app-text/liblangtag/liblangtag-0.6.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/liblangtag/liblangtag-0.6.2.ebuild b/app-text/liblangtag/liblangtag-0.6.2.ebuild
index 3c6be86ce448..63fe77c85445 100644
--- a/app-text/liblangtag/liblangtag-0.6.2.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.2.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=6
-inherit eutils xdg-utils
+inherit eutils ltprune xdg-utils
DESCRIPTION="An interface library to access tags for identifying languages"
HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/"