Diff gorm-1.2.23 with a gorm-1.2.28

/usr/portage/gnustep-apps/gorm/gorm-1.2.28.ebuild 2023-10-09 14:52:31.164368392 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=6
4
EAPI=7
5 5
inherit gnustep-2
6 6

  
7 7
DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep"
8 8
HOMEPAGE="https://gnustep.github.io/experience/Gorm.html"
9 9
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz"
10 10

  
11
KEYWORDS="amd64 ppc x86"
11
KEYWORDS="~amd64 ~ppc ~x86"
12 12
LICENSE="GPL-3+ LGPL-2.1+"
13 13
SLOT="0"
14 14
IUSE=""
Thank you!