Diff pilercr-1.0-r2 with a pilercr-1.0-r3

/usr/portage/sci-biology/pilercr/pilercr-1.0-r3.ebuild 2023-10-09 14:52:35.024368490 +0300
6 6
inherit toolchain-funcs
7 7

  
8 8
DESCRIPTION="Analysis of Clustered Regularly Interspaced Short Palindromic Repeats (CRISPRs)"
9
HOMEPAGE="http://www.drive5.com/pilercr/"
10
SRC_URI="http://www.drive5.com/pilercr/pilercr1.06.tar.gz -> ${P}.tar.gz"
9
HOMEPAGE="https://www.drive5.com/pilercr/"
10
SRC_URI="https://www.drive5.com/pilercr/pilercr1.06.tar.gz -> ${P}.tar.gz"
11 11
S="${WORKDIR}"
12 12

  
13 13
LICENSE="public-domain"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16 16

  
17 17
PATCHES=(
18 18
	"${FILESDIR}"/${PN}-1.0-fix-build-system.patch
19 19
	"${FILESDIR}"/${PN}-1.0-gcc43.patch
20
	"${FILESDIR}"/${PN}-1.0-drop-registers.patch
20 21
)
21 22

  
22 23
src_configure() {
Thank you!