net-irc/irssi: Fix QA warning.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Jan 2016 09:13:32 +0000 (09:13 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Jan 2016 09:15:16 +0000 (09:15 +0000)
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
net-irc/irssi/irssi-0.8.17.ebuild

index 91dc12b99dc77318710e06d74b6077e9f0b0c5e6..2663f3364be45138920bb4c845b5a2cd26cdc2e2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,23 +20,27 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ipv6 +perl selinux ssl socks5 +proxy"
 
-CDEPEND="sys-libs/ncurses
+CDEPEND="sys-libs/ncurses:0=
        >=dev-libs/glib-2.6.0
        ssl? ( dev-libs/openssl:= )
        perl? ( dev-lang/perl )
        socks5? ( >=net-proxy/dante-1.1.18 )"
-DEPEND="${CDEPEND}
+
+DEPEND="
+       ${CDEPEND}
        virtual/pkgconfig"
-RDEPEND="${CDEPEND}
+
+RDEPEND="
+       ${CDEPEND}
        selinux? ( sec-policy/selinux-irc )
        perl? ( !net-im/silc-client )"
 
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-       cd m4
+       pushd m4 > /dev/null || die
        epatch "${FILESDIR}/${PN}-0.8.15-tinfo.patch"
-       cd ..
+       popd > /dev/null || die
        autotools-utils_src_prepare
 }