diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:28 +0100 |
commit | a5e3afc7380c349bbf3a646b975b8e30d8fcaec6 (patch) | |
tree | a3544895cf9b113df34593722c83ce0a9e7458ce /x11-apps/rstart | |
parent | x11-apps/oclock: Port to EAPI 7 (diff) | |
download | gentoo-a5e3afc7380c349bbf3a646b975b8e30d8fcaec6.tar.gz gentoo-a5e3afc7380c349bbf3a646b975b8e30d8fcaec6.tar.bz2 gentoo-a5e3afc7380c349bbf3a646b975b8e30d8fcaec6.zip |
x11-apps/rstart: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-apps/rstart')
-rw-r--r-- | x11-apps/rstart/rstart-1.0.5-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-apps/rstart/rstart-1.0.5-r1.ebuild b/x11-apps/rstart/rstart-1.0.5-r1.ebuild index 327b30687d9b..ee7cbcde71e5 100644 --- a/x11-apps/rstart/rstart-1.0.5-r1.ebuild +++ b/x11-apps/rstart/rstart-1.0.5-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org rstart application" + KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="" DEPEND="x11-base/xorg-proto" RDEPEND="${DEPEND}" |