Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/projectlibre-bin/
Date: Thu, 03 Sep 2020 10:09:06
Message-Id: 1599127703.ba33dcc5a12617196cff52df8f8732f446ad1a5f.juippis@gentoo
1 commit: ba33dcc5a12617196cff52df8f8732f446ad1a5f
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Wed Sep 2 18:41:31 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 10:08:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba33dcc5
7
8 app-office/projectlibre-bin: update desktop mimeinfo cache
9
10 Closes: https://bugs.gentoo.org/734348
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Closes: https://github.com/gentoo/gentoo/pull/17375
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
20 index 6100648a848..04193d5fbff 100644
21 --- a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
22 +++ b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -inherit eutils
31 +inherit eutils xdg
32
33 MY_PN=${PN/-bin}
34 MY_P="${MY_PN}-${PV}"