diff options
author | Chris Reffett <creffett@gentoo.org> | 2018-02-17 20:17:20 -0500 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2018-02-17 20:18:32 -0500 |
commit | 1e06432cbc4198cecd226a4e087a666d572ebc1c (patch) | |
tree | 35d2274cb8203ea6cbf082172367c94d48f87772 /app-misc/xmind | |
parent | games-fps/urbanterror: security cleanup. (diff) | |
download | gentoo-1e06432cbc4198cecd226a4e087a666d572ebc1c.tar.gz gentoo-1e06432cbc4198cecd226a4e087a666d572ebc1c.tar.bz2 gentoo-1e06432cbc4198cecd226a4e087a666d572ebc1c.zip |
app-misc/xmind: Explicitly inherit desktop eclass
Bug: https://bugs.gentoo.org/647972
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/xmind')
-rw-r--r-- | app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild | 4 | ||||
-rw-r--r-- | app-misc/xmind/xmind-3.7.6_p201801311814.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild index 437bcef1b8d3..c06409b09fda 100644 --- a/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild +++ b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib gnome2-utils +inherit desktop eutils multilib gnome2-utils MY_PN="${PN}-portable" MY_P="${MY_PN}-${PV}" diff --git a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild index 21d20c8af343..40981f622a19 100644 --- a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild +++ b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit gnome2-utils font +inherit desktop font gnome2-utils MY_PV="8-update7" MY_P="${PN}-${MY_PV}-linux" |