commit:     19287c46f35602227780d8081ed1a08f9670f060
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 03:29:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 04:10:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19287c46

app-eselect/eselect-unison: fix RedundantDodir

Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-eselect/eselect-unison/eselect-unison-0.4.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-eselect/eselect-unison/eselect-unison-0.4.ebuild 
b/app-eselect/eselect-unison/eselect-unison-0.4.ebuild
index 6246a68d7f0..27cf985a638 100644
--- a/app-eselect/eselect-unison/eselect-unison-0.4.ebuild
+++ b/app-eselect/eselect-unison/eselect-unison-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,15 +11,13 @@ S="${WORKDIR}"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
-DEPEND=""
 RDEPEND=">=app-admin/eselect-1.2.3"
 
 src_install() {
        local MODULEDIR="/usr/share/eselect/modules"
        local MODULE="unison"
-       dodir ${MODULEDIR}
+
        insinto ${MODULEDIR}
        newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect
 }

Reply via email to