diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 16:51:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:22:03 +0000 |
commit | 531462ba82f1d07cd9a0c7bdb7ebc8257cd17a6e (patch) | |
tree | c2db7211167dd1f1b89df0c7fc3c44650905411f /sys-apps/mount-gtk | |
parent | x11-misc/lineak-defaultplugin: drop useless multilib inherit (diff) | |
download | gentoo-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.ebuild | 14 |
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 ) |