diff options
author | Sam James <sam@gentoo.org> | 2021-04-29 02:36:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-29 02:51:41 +0100 |
commit | 1cda614865050ebe32cadf301ffb19a5f6f1c37e (patch) | |
tree | a5f60059e033e4934aa2c8ef4ad57ed8078f27bf /app-crypt/kstart | |
parent | dev-python/bandit: 1.7.0 bump (diff) | |
download | gentoo-1cda614865050ebe32cadf301ffb19a5f6f1c37e.tar.gz gentoo-1cda614865050ebe32cadf301ffb19a5f6f1c37e.tar.bz2 gentoo-1cda614865050ebe32cadf301ffb19a5f6f1c37e.zip |
app-crypt/kstart: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/kstart')
-rw-r--r-- | app-crypt/kstart/kstart-4.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/kstart/kstart-4.2.ebuild b/app-crypt/kstart/kstart-4.2.ebuild index b4634629b712..1eec3057a2ce 100644 --- a/app-crypt/kstart/kstart-4.2.ebuild +++ b/app-crypt/kstart/kstart-4.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets -automatically" +DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets automatically" HOMEPAGE="https://www.eyrie.org/~eagle/software/kstart/" SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz" @@ -15,7 +14,7 @@ IUSE="afs" DEPEND="virtual/krb5 afs? ( net-fs/openafs )" -RDEPEND="$DEPEND" +RDEPEND="${DEPEND}" src_configure() { econf \ |