Skip to content

Commit

Permalink
dev-util/imediff2: Mark stable on amd64 and x86
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
Brian Evans committed Aug 31, 2018
1 parent 05fcacf commit b909bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-util/imediff2/imediff2-1.1.2-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ 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/"
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" )

Expand Down

0 comments on commit b909bb7

Please sign in to comment.