diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 05:57:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 06:02:53 +0100 |
commit | f68a0b24985990347b3d47542e35555a23ee2886 (patch) | |
tree | 3d42b4e33733c302a89b7e85bd0210afc2126608 /app-misc/sonypid | |
parent | app-misc/vzstats: port to EAPI 7, fix Prefix install (diff) | |
download | gentoo-f68a0b24985990347b3d47542e35555a23ee2886.tar.gz gentoo-f68a0b24985990347b3d47542e35555a23ee2886.tar.bz2 gentoo-f68a0b24985990347b3d47542e35555a23ee2886.zip |
app-misc/sonypid: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r-- | app-misc/sonypid/sonypid-1.9.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild index cb8e02458bd0..29fb9b0745ba 100644 --- a/app-misc/sonypid/sonypid-1.9.ebuild +++ b/app-misc/sonypid/sonypid-1.9.ebuild @@ -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}" |