Diff openbabel-3.1.1_p20210225 with a openbabel-9999

/usr/portage/sci-chemistry/openbabel/openbabel-9999.ebuild 2023-10-09 14:52:35.036368490 +0300
17 17
else
18 18
	if [[ "${PV}" == *_p* ]]; then	# eg., openbabel-3.1.1_p20210325
19 19
		# Set to commit hash
20
		OPENBABEL_COMMIT=08e23f39b0cc39b4eebd937a5a2ffc1a7bac3e1b
20
		OPENBABEL_COMMIT=
21 21
		SRC_URI="https://github.com/${PN}/${PN}/archive/${OPENBABEL_COMMIT}.tar.gz -> ${P}.tar.gz"
22 22
		S="${WORKDIR}/${PN}-${OPENBABEL_COMMIT}"
23 23
	else
......
25 25
		SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
26 26
		S="${WORKDIR}/${PN}-${MY_P}"
27 27
	fi
28
	KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
28
	KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
29 29
fi
30 30

  
31 31
SRC_URI="${SRC_URI}
......
80 80
	)
81 81
"
82 82

  
83
PATCHES=(
84
	"${FILESDIR}"/openbabel-3.1.1-fix-time-check-cmake.patch
85
)
86

  
87 83
pkg_pretend() {
88 84
	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
89 85
}
Thank you!