commit:     fc867d94321c9dbb1844a63c78bbfbf4fae86c57
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 21:20:21 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat May 13 21:20:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc867d94

app-misc/ytree: drop IUSE variable.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/ytree/ytree-1.99_p1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-misc/ytree/ytree-1.99_p1.ebuild 
b/app-misc/ytree/ytree-1.99_p1.ebuild
index a7e1d131d0f..2d4f7c48fb4 100644
--- a/app-misc/ytree/ytree-1.99_p1.ebuild
+++ b/app-misc/ytree/ytree-1.99_p1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MY_P="${PN}-1.99pl1"
+
 inherit toolchain-funcs
 
 DESCRIPTION="A curses-based file manager"
@@ -13,19 +14,20 @@ SRC_URI="http://www.han.de/~werner/${MY_P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 DEPEND="
        sys-libs/ncurses:0=
        sys-libs/readline:0=
 "
+
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
-DOCS=( CHANGES README THANKS ytree.conf )
 PATCHES=( "${FILESDIR}/${PN}-1.94-bindir.patch" )
 
+DOCS=( CHANGES README THANKS ytree.conf )
+
 pkg_setup() {
        tc-export CC
 }

Reply via email to