Skip to content

Commit

Permalink
app-misc/joy2key: stable for amd64+x86.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
monsieurp committed Oct 21, 2017
1 parent 5e9e84b commit ce2cec8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app-misc/joy2key/joy2key-1.6.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,22 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="amd64 ppc x86"
IUSE="X"

RDEPEND="X? ( x11-libs/libX11
RDEPEND="
X? ( x11-libs/libX11
x11-apps/xwininfo )"
DEPEND="${RDEPEND}
DEPEND="
${RDEPEND}
X? ( x11-proto/xproto )"

DOCS=( AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO )

src_configure() {
econf --disable-dependency-tracking $(use_enable X)
}

src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO
default
}

0 comments on commit ce2cec8

Please sign in to comment.