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-editors/xmlcopyeditor/
Date: Thu, 03 Sep 2020 10:09:02
Message-Id: 1599127701.4799ccd5f6d980b3af120e7ef4e366b5db3682db.juippis@gentoo
1 commit: 4799ccd5f6d980b3af120e7ef4e366b5db3682db
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Wed Sep 2 10:37:11 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 10:08:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4799ccd5
7
8 app-editors/xmlcopyeditor: update desktop mimeinfo cache
9
10 Closes: https://bugs.gentoo.org/733766
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
19 index d56c500752b..350ac3d80db 100644
20 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
21 +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 WX_GTK_VER="3.0"
29
30 -inherit autotools wxwidgets
31 +inherit autotools wxwidgets xdg
32
33 DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor"
34 HOMEPAGE="http://xml-copy-editor.sourceforge.net/"