diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-25 12:54:46 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-25 12:54:46 +0200 |
commit | de71f61aa81a349334c299fc302b869d2e65f17c (patch) | |
tree | cef9f95ac2f2005c85adf30604f8012f05e9e430 /media-sound/lmms | |
parent | dev-python/dill: link py3.13 failure report (diff) | |
download | gentoo-de71f61aa81a349334c299fc302b869d2e65f17c.tar.gz gentoo-de71f61aa81a349334c299fc302b869d2e65f17c.tar.bz2 gentoo-de71f61aa81a349334c299fc302b869d2e65f17c.zip |
media-sound/lmms: fixed desktop database update
Closes: https://bugs.gentoo.org/910671
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/lmms')
-rw-r--r-- | media-sound/lmms/lmms-1.2.2-r2.ebuild | 2 | ||||
-rw-r--r-- | media-sound/lmms/lmms-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/lmms/lmms-1.2.2-r2.ebuild b/media-sound/lmms/lmms-1.2.2-r2.ebuild index 0ac4235a2ccb..15bb77c03a9d 100644 --- a/media-sound/lmms/lmms-1.2.2-r2.ebuild +++ b/media-sound/lmms/lmms-1.2.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake xdg DESCRIPTION="Cross-platform music production software" HOMEPAGE="https://lmms.io" diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild index f525286d2873..585a69e8e401 100644 --- a/media-sound/lmms/lmms-9999.ebuild +++ b/media-sound/lmms/lmms-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake +inherit cmake xdg DESCRIPTION="Cross-platform music production software" HOMEPAGE="https://lmms.io" |