diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:26 +0100 |
commit | 8f96355e98b9d684ddd5cd55b0add9f90914e7ef (patch) | |
tree | 864b0068c70a71022649dd683afa3e2b721323ab /x11-wm | |
parent | x11-wm/blackbox: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-8f96355e98b9d684ddd5cd55b0add9f90914e7ef.tar.gz gentoo-8f96355e98b9d684ddd5cd55b0add9f90914e7ef.tar.bz2 gentoo-8f96355e98b9d684ddd5cd55b0add9f90914e7ef.zip |
x11-wm/openbox: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14653
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/openbox-3.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.6.1.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/openbox/openbox-3.6.1-r1.ebuild b/x11-wm/openbox/openbox-3.6.1-r1.ebuild index accf171ec29a..30f1883b2a31 100644 --- a/x11-wm/openbox/openbox-3.6.1-r1.ebuild +++ b/x11-wm/openbox/openbox-3.6.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit multilib autotools python-r1 eutils +inherit multilib autotools ltprune python-r1 eutils DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" HOMEPAGE="http://openbox.org/" diff --git a/x11-wm/openbox/openbox-3.6.1.ebuild b/x11-wm/openbox/openbox-3.6.1.ebuild index b8128144937e..810985f6f7cf 100644 --- a/x11-wm/openbox/openbox-3.6.1.ebuild +++ b/x11-wm/openbox/openbox-3.6.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) -inherit multilib autotools python-r1 eutils +inherit multilib autotools ltprune python-r1 eutils DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" HOMEPAGE="http://openbox.org/" diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index 27180a3f68e3..658500bbf766 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit multilib autotools python-r1 eutils +inherit multilib autotools ltprune python-r1 eutils DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" HOMEPAGE="http://openbox.org/" |