From 76447b65b3f6ddd6e05754833cb615f2252a5ed9 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 18:29:25 +0100 Subject: dev-libs/libconcord: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- dev-libs/libconcord/libconcord-1.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/libconcord/libconcord-1.2.ebuild b/dev-libs/libconcord/libconcord-1.2.ebuild index 9ace0dd4..d90c282d 100644 --- a/dev-libs/libconcord/libconcord-1.2.ebuild +++ b/dev-libs/libconcord/libconcord-1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit eutils fdo-mime perl-module distutils-r1 +inherit eutils xdg-utils perl-module distutils-r1 MY_P="concordance-${PV}" @@ -84,5 +84,5 @@ src_install() { } pkg_postinst() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } -- cgit v1.2.3