diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 19:35:34 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 19:47:17 -0700 |
commit | 828e8b05940c414f1f40530451f7bd6e152427bb (patch) | |
tree | 19af3be05c2ccdf76924850e48d26b7f626bc759 /media-radio/svxlink | |
parent | media-libs/vulkan-loader: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-828e8b05940c414f1f40530451f7bd6e152427bb.tar.gz gentoo-828e8b05940c414f1f40530451f7bd6e152427bb.tar.bz2 gentoo-828e8b05940c414f1f40530451f7bd6e152427bb.zip |
media-radio/svxlink: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-radio/svxlink')
-rw-r--r-- | media-radio/svxlink/svxlink-15.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-radio/svxlink/svxlink-15.11.ebuild b/media-radio/svxlink/svxlink-15.11.ebuild index 1ef133a65bb1..de0def111eaa 100644 --- a/media-radio/svxlink/svxlink-15.11.ebuild +++ b/media-radio/svxlink/svxlink-15.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,6 +34,7 @@ pkg_setup() { } src_prepare() { + cmake-utils_src_prepare # drop deprecated desktop category (bug #475730) sed -i -e "s:Categories=Application;:Categories=:g" src/qtel/qtel.desktop || die } |