diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 17:56:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 18:04:16 +0200 |
commit | a343f2eaff0f08591610d68a7ebccdaac8006bfd (patch) | |
tree | 906c8957e68fa700aa1a22d3758810ed1b699cba /mail-client/kube/kube-0.7.0-r1.ebuild | |
parent | kde-frameworks/kxmlrpcclient: 5.75.0 version bump (diff) | |
download | gentoo-a343f2eaff0f08591610d68a7ebccdaac8006bfd.tar.gz gentoo-a343f2eaff0f08591610d68a7ebccdaac8006bfd.tar.bz2 gentoo-a343f2eaff0f08591610d68a7ebccdaac8006bfd.zip |
mail-client/kube: Fix metainfo installation path
Closes: https://bugs.gentoo.org/747568
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mail-client/kube/kube-0.7.0-r1.ebuild')
-rw-r--r-- | mail-client/kube/kube-0.7.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/kube/kube-0.7.0-r1.ebuild b/mail-client/kube/kube-0.7.0-r1.ebuild index 54d709025518..50f1f2d0eb75 100644 --- a/mail-client/kube/kube-0.7.0-r1.ebuild +++ b/mail-client/kube/kube-0.7.0-r1.ebuild @@ -41,6 +41,7 @@ RESTRICT+=" test" PATCHES=( "${FILESDIR}/${P}-tests-optional.patch" "${FILESDIR}/${P}-require-cxx14.patch" + "${FILESDIR}/${P}-appdata-location.patch" ) src_prepare() { |