diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:11 +0100 |
commit | 15ba369b8383008e7cfffd1450369819227e15f1 (patch) | |
tree | be2cd3dadfc0ec039e25bc88de22fabd47dd401e /x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild | |
parent | sys-libs/libxcrypt: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-15ba369b8383008e7cfffd1450369819227e15f1.tar.gz gentoo-15ba369b8383008e7cfffd1450369819227e15f1.tar.bz2 gentoo-15ba369b8383008e7cfffd1450369819227e15f1.zip |
x11-libs/c++-gtk-utils: [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-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild')
-rw-r--r-- | x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild index de9f1bb3ede2..5579cb7226d3 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.27.ebuild @@ -1,8 +1,8 @@ -# 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 +inherit eutils ltprune DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/" |