diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 21:29:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 21:37:09 +0200 |
commit | 9be96807f348ff639134eeb8eea2a73ab96557bd (patch) | |
tree | 865a5487944f97e75e13a4075ea979574673334b /gnome-extra | |
parent | media-gfx/slic3r: Remove boost-1.73 patch from live ebuild (diff) | |
download | gentoo-9be96807f348ff639134eeb8eea2a73ab96557bd.tar.gz gentoo-9be96807f348ff639134eeb8eea2a73ab96557bd.tar.bz2 gentoo-9be96807f348ff639134eeb8eea2a73ab96557bd.zip |
gnome-extra/office-runner: EAPI-7 bump
Bug: https://bugs.gentoo.org/778698
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/office-runner/office-runner-1.0.2.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnome-extra/office-runner/office-runner-1.0.2.ebuild b/gnome-extra/office-runner/office-runner-1.0.2.ebuild index d9bcef381725..b26d1e1462db 100644 --- a/gnome-extra/office-runner/office-runner-1.0.2.ebuild +++ b/gnome-extra/office-runner/office-runner-1.0.2.ebuild @@ -1,29 +1,28 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" +EAPI=7 -inherit gnome2 readme.gentoo +inherit gnome2 readme.gentoo-r1 DESCRIPTION="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior" -HOMEPAGE="http://www.hadess.net/search/label/office-runner" +HOMEPAGE="https://www.hadess.net/search/label/office-runner" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -COMMON_DEPEND=" +DEPEND=" dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 >=x11-libs/gtk+-3.8:3 " # requires systemd's org.freedesktop.login1 dbus service -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} >=sys-apps/systemd-190 " -DEPEND="${COMMON_DEPEND} +BDEPEND=" >=dev-util/intltool-0.40.0 virtual/pkgconfig sys-devel/gettext |