Skip to content

Commit

Permalink
app-misc/sonypid: port to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 19, 2021
1 parent 35ad94b commit f68a0b2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app-misc/sonypid/sonypid-1.9.ebuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

inherit toolchain-funcs

DESCRIPTION="tool to use the Sony Vaios jog-dial as a mouse-wheel"
DESCRIPTION="Tool to use the Sony Vaios jog-dial as a mouse-wheel"
HOMEPAGE="http://www.popies.net/sonypi/"
SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2"

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

RDEPEND="x11-libs/libXtst"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
"

src_compile() {
emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
Expand Down

0 comments on commit f68a0b2

Please sign in to comment.