summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:51:26 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:22:03 +0000
commit531462ba82f1d07cd9a0c7bdb7ebc8257cd17a6e (patch)
treec2db7211167dd1f1b89df0c7fc3c44650905411f /sys-apps/mount-gtk
parentx11-misc/lineak-defaultplugin: drop useless multilib inherit (diff)
downloadgentoo-531462ba82f1d07cd9a0c7bdb7ebc8257cd17a6e.tar.gz
gentoo-531462ba82f1d07cd9a0c7bdb7ebc8257cd17a6e.tar.bz2
gentoo-531462ba82f1d07cd9a0c7bdb7ebc8257cd17a6e.zip
sys-apps/mount-gtk: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/mount-gtk')
-rw-r--r--sys-apps/mount-gtk/mount-gtk-1.4.5.1.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/mount-gtk/mount-gtk-1.4.5.1.ebuild b/sys-apps/mount-gtk/mount-gtk-1.4.5.1.ebuild
index c8cf9d128bbf..de3f8eebfec8 100644
--- a/sys-apps/mount-gtk/mount-gtk-1.4.5.1.ebuild
+++ b/sys-apps/mount-gtk/mount-gtk-1.4.5.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit autotools eutils flag-o-matic
+EAPI=7
+
+inherit autotools flag-o-matic
DESCRIPTION="GTK+ based UDisks2 frontend"
HOMEPAGE="http://mount-gtk.sourceforge.net/"
@@ -12,6 +13,7 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-libs/glib-2.28
sys-fs/udisks:2
@@ -19,12 +21,10 @@ RDEPEND="
x11-libs/libX11
x11-libs/libnotify:=
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
DOCS=( AUTHORS BUGS ChangeLog )
+
PATCHES=(
"${FILESDIR}"/${PN}-1.4.2-c++11.patch
)