diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 09:34:39 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:45:28 +0200 |
commit | d5d1667a4b7a9b6842acb292c38bff7592e3bc13 (patch) | |
tree | 8271cd70e8b31c0c0bc2c2d6ce5b7d6b8fab316d /app-doc | |
parent | x11-libs/libfm-extra: fdo-mime->xdg-utils (diff) | |
download | gentoo-d5d1667a4b7a9b6842acb292c38bff7592e3bc13.tar.gz gentoo-d5d1667a4b7a9b6842acb292c38bff7592e3bc13.tar.bz2 gentoo-d5d1667a4b7a9b6842acb292c38bff7592e3bc13.zip |
app-doc/doxygen: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7872
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.8.13-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.13-r1.ebuild b/app-doc/doxygen/doxygen-1.8.13-r1.ebuild index 98e02b2690aa..94044217f8d1 100644 --- a/app-doc/doxygen/doxygen-1.8.13-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.8.13-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 +inherit cmake-utils eutils flag-o-matic python-any-r1 xdg-utils if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" @@ -132,7 +132,7 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update elog elog "For examples and other goodies, see the source tarball. For some" @@ -147,5 +147,5 @@ pkg_postinst() { } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update } |