diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-24 00:41:55 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-24 23:17:20 +0100 |
commit | 773a84ea4903ae3e13693e059cd46d068ea10b8c (patch) | |
tree | 8c306ede3e4dc997461a21c19018d2cad0956191 /app-shells | |
parent | app-admin/syslog-ng: arm64 stable (bug 556546). (diff) | |
download | gentoo-773a84ea4903ae3e13693e059cd46d068ea10b8c.tar.gz gentoo-773a84ea4903ae3e13693e059cd46d068ea10b8c.tar.bz2 gentoo-773a84ea4903ae3e13693e059cd46d068ea10b8c.zip |
app-shells/scsh-install-lib: clean up useless variables.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild index e74cf45266d1..98a6f33e240f 100644 --- a/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild +++ b/app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,14 +13,9 @@ SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND=">=app-shells/scsh-0.6.6" -src_prepare() { - default -} - src_install() { dodir "${SCSH_MODULES_PATH}" ./install.scm ${SCSH_LAYOUT_CONF} \ |