diff options
Diffstat (limited to 'app-crypt/kstart')
-rw-r--r-- | app-crypt/kstart/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/kstart/kstart-4.2.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/kstart/Manifest b/app-crypt/kstart/Manifest index 68fea2abab05..919275cb4547 100644 --- a/app-crypt/kstart/Manifest +++ b/app-crypt/kstart/Manifest @@ -1,3 +1,3 @@ DIST kstart-4.2.tar.gz 296651 BLAKE2B 127bf28ef538681d188ae79ed67cedaa7d9022c1fe6741b3486ce7d5901c4a77d0aec7d00164240a79ffc70b56dd7fdeaf42e76dd2b02effe79bcad41ad8e271 SHA512 7ce9c1f964c0d469b4b8a5de88ae83186e99116959941c4e7f69c59165d0c22aac432ac26dd5fe54f7c2f725048bb55b787107aea8408e2fd6c9ad02dcb31552 -EBUILD kstart-4.2.ebuild 661 BLAKE2B a317453fee5da7a9601e7c9b6ce4f04670a6e66f52e644b329bfa7712d94921aec81c239300ee986fc61077b417384cbd4ab13185d51242a157ca29d29d75a33 SHA512 90f6cfc5bc0b693e5af1f14d7c13d0fac4f6cf345c8ae1af9f6bd19b7ba3cae83194d9d0d253e702ca3275f24e7ae36d2ff058a66ad1714220f9efafe6507a63 +EBUILD kstart-4.2.ebuild 663 BLAKE2B 0732109be0c35d1517247151805af28863124cdab144aa9d76da0b7124a38c24050d0f3bb38159a8649982574da830ff2687f1f9b2431b929601fbbcae1b768c SHA512 2720add693aa5acbddacf27d1c167ea3622aeb757dec1721154cc1e2c0769872ef6700427ce6eb69977d5ff598afed2b12b3e14fb26dadb68b048f7f595c5648 MISC metadata.xml 807 BLAKE2B 9c7c0283dce5943b74d5d57b21fdfb11cd2f9b994ca1930e62997576e20e3a74cb468565824c44051b67fd87b44f70f08defcd834d2dc03e98b5de62289cf08c SHA512 d854205e8829d141c3cd94cc00db039fce23376cb4f75c2498ae46d714765103890329526d2fe85f2eeff238fe2620f616686e78c62c9a115051d5fc161d19b5 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 \ |