mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-util/imediff2: Mark stable on amd64 and x86
Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
@@ -8,7 +8,7 @@ PYTHON_REQ_USE="ncurses"
|
||||
|
||||
inherit python-single-r1 eapi7-ver
|
||||
|
||||
MY_P=${PN}_$(ver_rs 3 -)
|
||||
MY_P="${PN}_$(ver_rs 3 -)"
|
||||
|
||||
DESCRIPTION="An interactive, user friendly 2-way merge tool in text mode"
|
||||
HOMEPAGE="https://elonen.iki.fi/code/imediff/"
|
||||
@@ -16,14 +16,14 @@ SRC_URI="mirror://debian/pool/main/i/${PN}/${MY_P}.orig.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PV}-python-3.patch" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user