diff options
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/st/st-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index cd83a4f23254..aeafbd94f115 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils git-r3 multilib savedconfig toolchain-funcs +EAPI=7 +inherit desktop git-r3 multilib savedconfig toolchain-funcs DESCRIPTION="simple terminal implementation for X" HOMEPAGE="https://st.suckless.org/" -EGIT_REPO_URI="https://git.suckless.org/st" +EGIT_REPO_URI="https://git.suckless.org/${PN}" LICENSE="MIT-with-advertising" SLOT="0" +KEYWORDS="" IUSE="savedconfig" RDEPEND=" |