diff options
-rw-r--r-- | x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2-r1.ebuild (renamed from x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2-r1.ebuild index af04e5c38492..6bf8e5f4facb 100644 --- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild +++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2-r1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" +EAPI=8 + GNOME_ORG_MODULE="vte" inherit gnome2 DESCRIPTION="GNOME Setuid helper for opening ptys" -HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" # gnome-pty-helper is inside vte +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" +S="${WORKDIR}/vte-${PV}/gnome-pty-helper" LICENSE="LGPL-2" SLOT="0" @@ -18,9 +19,6 @@ IUSE="+hardened" # gnome-pty-helper was spit out with 0.27.90 RDEPEND="!<x11-libs/vte-0.27.90" -DEPEND="" - -S="${WORKDIR}/vte-${PV}/gnome-pty-helper" src_prepare() { # As recommended by upstream (/usr/libexec/${PN} is a setgid binary) |