diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 00:37:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:07:05 +0100 |
commit | 0140606ec83f73cea5fc27ffc62d4ea3d966a476 (patch) | |
tree | 221f6bf01495dfd7163821a894f2a3cce950c149 /app-cdr/xcdroast | |
parent | scons-utils.eclass: mark SCONSOPTS, EXTRA_ESCONS as @USER_VARIABLE (diff) | |
download | gentoo-0140606ec83f73cea5fc27ffc62d4ea3d966a476.tar.gz gentoo-0140606ec83f73cea5fc27ffc62d4ea3d966a476.tar.bz2 gentoo-0140606ec83f73cea5fc27ffc62d4ea3d966a476.zip |
app-cdr/xcdroast: add explicit desktop inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild index 9aa6eaea2be1..5302219832b5 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome2-utils +inherit desktop gnome2-utils DESCRIPTION="Lightweight cdrtools front-end for CD and DVD writing" HOMEPAGE="http://www.xcdroast.org/" |