Diff astrolog-7.40 with a astrolog-7.60

/usr/portage/app-misc/astrolog/astrolog-7.60.ebuild 2023-10-09 14:52:28.784368332 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13

  
14 14
LICENSE="astrolog"
15 15
SLOT="0"
16
KEYWORDS="amd64 ppc ppc64 x86"
16
KEYWORDS="amd64 ~ppc ppc64 x86"
17 17
IUSE="X"
18 18

  
19 19
DEPEND="X? ( x11-libs/libX11 )"
......
22 22

  
23 23
S="${WORKDIR}"
24 24

  
25
PATCHES=(
26
	"${FILESDIR}"/${PN}-7.60-drop-resiters.patch
27
)
28

  
25 29
src_prepare() {
26 30
	default
27 31

  
Thank you!