diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:56 +0100 |
commit | 8037384ee0086dc0d4fcd8be2d76935901b8be19 (patch) | |
tree | 25a237e034612964fa11b44af53990921e0b58f5 /sys-auth | |
parent | sys-apps/usbredir: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-8037384ee0086dc0d4fcd8be2d76935901b8be19.tar.gz gentoo-8037384ee0086dc0d4fcd8be2d76935901b8be19.tar.bz2 gentoo-8037384ee0086dc0d4fcd8be2d76935901b8be19.zip |
sys-auth/consolekit: [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 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.6.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-1.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-1.1.2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-9999.ebuild | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/sys-auth/consolekit/consolekit-0.4.6.ebuild b/sys-auth/consolekit/consolekit-0.4.6.ebuild index e642bf430f02..a10bcad769db 100644 --- a/sys-auth/consolekit/consolekit-0.4.6.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils linux-info pam systemd +inherit autotools eutils linux-info ltprune pam systemd MY_PN=ConsoleKit MY_P=${MY_PN}-${PV} diff --git a/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild b/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild index a2a565b88191..dd7b77d01bf7 100644 --- a/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild +++ b/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit libtool linux-info pam +inherit libtool linux-info ltprune pam MY_PN=ConsoleKit2 MY_P=${MY_PN}-${PV} diff --git a/sys-auth/consolekit/consolekit-1.1.2.ebuild b/sys-auth/consolekit/consolekit-1.1.2.ebuild index 70ebee56b652..66f488bbfdc9 100644 --- a/sys-auth/consolekit/consolekit-1.1.2.ebuild +++ b/sys-auth/consolekit/consolekit-1.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools libtool linux-info pam xdg-utils +inherit autotools libtool linux-info ltprune pam xdg-utils MY_PN=ConsoleKit2 MY_P=${MY_PN}-${PV} diff --git a/sys-auth/consolekit/consolekit-1.2.0.ebuild b/sys-auth/consolekit/consolekit-1.2.0.ebuild index 71173ae0ac58..3e04e716e087 100644 --- a/sys-auth/consolekit/consolekit-1.2.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools libtool linux-info pam xdg-utils +inherit autotools libtool linux-info ltprune pam xdg-utils MY_PN=ConsoleKit2 MY_P=${MY_PN}-${PV} diff --git a/sys-auth/consolekit/consolekit-1.2.1.ebuild b/sys-auth/consolekit/consolekit-1.2.1.ebuild index 1c258781866e..f69260f1d385 100644 --- a/sys-auth/consolekit/consolekit-1.2.1.ebuild +++ b/sys-auth/consolekit/consolekit-1.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools libtool linux-info pam xdg-utils +inherit autotools libtool linux-info ltprune pam xdg-utils MY_PN=ConsoleKit2 MY_P=${MY_PN}-${PV} diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild index f1eae0723ce0..cec91280e66d 100644 --- a/sys-auth/consolekit/consolekit-9999.ebuild +++ b/sys-auth/consolekit/consolekit-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools libtool git-r3 linux-info pam xdg-utils +inherit autotools libtool git-r3 linux-info ltprune pam xdg-utils MY_PN=ConsoleKit2 MY_P=${MY_PN}-${PV} |