commit: e6839ac24b4a09ea4442136a9fcff3421b33847a Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 07:13:10 2020 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 07:13:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6839ac2
media-sound/mhwaveedit: added xdg update Closes: https://bugs.gentoo.org/738788 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild index 583ec8e6038..dd823bfd76a 100644 --- a/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild +++ b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit xdg + DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)" HOMEPAGE="https://github.com/magnush/mhwaveedit/" SRC_URI="https://github.com/magnush/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
