Diff pgmodeler-0.9.2 with a pgmodeler-0.9.4

/usr/portage/dev-db/pgmodeler/pgmodeler-0.9.4.ebuild 2023-10-09 14:52:29.332368346 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6
POSTGRES_COMPAT=( 9.6 10 11 12 )
6
POSTGRES_COMPAT=( 10 11 12 13 14 )
7 7

  
8 8
inherit desktop postgres qmake-utils
9 9

  
......
56 56

  
57 57
	einstalldocs
58 58

  
59
	doicon conf/${PN}_logo.png
59
	doicon assets/conf/${PN}_logo.png
60 60
	make_desktop_entry ${PN} ${PN} ${PN}_logo Development
61 61
}
Thank you!