diff options
Diffstat (limited to 'app-eselect/eselect-unison/eselect-unison-0.4.ebuild')
-rw-r--r-- | app-eselect/eselect-unison/eselect-unison-0.4.ebuild | 6 |
1 files 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 6246a68d7f0c..27cf985a6381 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 } |