diff options
author | David Seifert <soap@gentoo.org> | 2023-04-16 14:35:33 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-04-16 14:35:33 +0200 |
commit | 7ce50ea96a8519443365a2e386ef35bc16b7bef0 (patch) | |
tree | 0c545863427cc6c0029964c53a027e6f64846d72 /x11-misc/xwrits | |
parent | x11-misc/xhkeys: update EAPI 6 -> 8 (diff) | |
download | gentoo-7ce50ea96a8519443365a2e386ef35bc16b7bef0.tar.gz gentoo-7ce50ea96a8519443365a2e386ef35bc16b7bef0.tar.bz2 gentoo-7ce50ea96a8519443365a2e386ef35bc16b7bef0.zip |
x11-misc/xwrits: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r-- | x11-misc/xwrits/xwrits-2.26-r2.ebuild (renamed from x11-misc/xwrits/xwrits-2.26-r1.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xwrits/xwrits-2.26-r1.ebuild b/x11-misc/xwrits/xwrits-2.26-r2.ebuild index 5e94357dfc64..f9f3b1d1d1b2 100644 --- a/x11-misc/xwrits/xwrits-2.26-r1.ebuild +++ b/x11-misc/xwrits/xwrits-2.26-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Reminds you to take wrist breaks to help you prevent repetitive stress injury" HOMEPAGE="http://www.lcdf.org/xwrits/" @@ -10,9 +10,9 @@ SRC_URI="http://www.lcdf.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" -RDEPEND="x11-libs/libX11 +RDEPEND=" + x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama" DEPEND="${RDEPEND} |