diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:52:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:36 +0100 |
commit | 24e8a6e098c6b6274c1ac93317b8b389c6f06d3f (patch) | |
tree | 309d5b272c2f23fbf26cd8c5895992c246b25f8d /net-nds/shelldap | |
parent | net-misc/zsync: eutils->epatch (diff) | |
download | gentoo-24e8a6e098c6b6274c1ac93317b8b389c6f06d3f.tar.gz gentoo-24e8a6e098c6b6274c1ac93317b8b389c6f06d3f.tar.bz2 gentoo-24e8a6e098c6b6274c1ac93317b8b389c6f06d3f.zip |
net-nds/shelldap: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds/shelldap')
-rw-r--r-- | net-nds/shelldap/shelldap-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/shelldap/shelldap-1.5.1.ebuild b/net-nds/shelldap/shelldap-1.5.1.ebuild index da6e2624d28a..b10db458f867 100644 --- a/net-nds/shelldap/shelldap-1.5.1.ebuild +++ b/net-nds/shelldap/shelldap-1.5.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GENTOO_DEPEND_ON_PERL=noslotop -inherit eutils perl-module +inherit perl-module DESCRIPTION="A handy shell-like interface for browsing LDAP servers and editing their content" HOMEPAGE="https://github.com/mahlonsmith/shelldap" |