summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-04-10 17:47:40 +0200
committerDavid Seifert <soap@gentoo.org>2022-04-10 17:47:40 +0200
commit713947ef93eb05ef1b0b2cc8010e811b7c4bc01a (patch)
tree4a303916f38df6ac88037437773a17bf6a29c0a6 /x11-libs
parentdev-util/gob: update EAPI 5 -> 8 (diff)
downloadgentoo-713947ef93eb05ef1b0b2cc8010e811b7c4bc01a.tar.gz
gentoo-713947ef93eb05ef1b0b2cc8010e811b7c4bc01a.tar.bz2
gentoo-713947ef93eb05ef1b0b2cc8010e811b7c4bc01a.zip
x11-libs/gnome-pty-helper: update EAPI 5 -> 8
Closes: https://bugs.gentoo.org/835353 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-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)