summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 15:37:21 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:43:30 +0200
commit339c7c929175023d651c6f0145252de0680f1d49 (patch)
treecb74faa3c3a624ac1353597dddafa5fbd39f9a81 /dev-lang/logtalk/logtalk-3.11.2.ebuild
parentdev-lang/logtalk: clean duplicate patches (diff)
downloadgentoo-339c7c929175023d651c6f0145252de0680f1d49.tar.gz
gentoo-339c7c929175023d651c6f0145252de0680f1d49.tar.bz2
gentoo-339c7c929175023d651c6f0145252de0680f1d49.zip
dev-lang/logtalk: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-lang/logtalk/logtalk-3.11.2.ebuild')
-rw-r--r--dev-lang/logtalk/logtalk-3.11.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/logtalk/logtalk-3.11.2.ebuild b/dev-lang/logtalk/logtalk-3.11.2.ebuild
index 4469d4c34937..682b01ea55f2 100644
--- a/dev-lang/logtalk/logtalk-3.11.2.ebuild
+++ b/dev-lang/logtalk/logtalk-3.11.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils fdo-mime
+inherit eutils xdg-utils
DESCRIPTION="Open source object-oriented logic programming language"
HOMEPAGE="http://logtalk.org"
@@ -95,7 +95,7 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
ewarn "The following integration scripts are installed"
ewarn "for running logtalk with selected Prolog compilers:"
@@ -122,5 +122,5 @@ pkg_postinst() {
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}