diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:29:25 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:07 +0100 |
commit | 76447b65b3f6ddd6e05754833cb615f2252a5ed9 (patch) | |
tree | 873d398fac953a876442baabc8554c04b6a41c80 | |
parent | dev-php/PHPExcel: move to EAPI 7 (diff) | |
download | portage-76447b65b3f6ddd6e05754833cb615f2252a5ed9.tar.xz |
dev-libs/libconcord: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | dev-libs/libconcord/libconcord-1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 } |