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/xmind-3.5.3.201506180105-r2.ebuild | |
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/xmind-3.5.3.201506180105-r2.ebuild')
-rw-r--r-- | app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 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}" |