From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C2F759CAF for ; Thu, 7 Apr 2016 23:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E33521C06C; Thu, 7 Apr 2016 23:08:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 415CE21C068 for ; Thu, 7 Apr 2016 23:08:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D804E340DC3 for ; Thu, 7 Apr 2016 23:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB58A86F for ; Thu, 7 Apr 2016 23:08:00 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1460070461.a2cd11851c953b0ce8db1dc3b99745c5b67b335b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Spell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild X-VCS-Directories: dev-perl/Pod-Spell/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a2cd11851c953b0ce8db1dc3b99745c5b67b335b X-VCS-Branch: master Date: Thu, 7 Apr 2016 23:08:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8a0b94b-189d-40b5-8a79-c2f04622278d X-Archives-Hash: 91b1c772c4c947723b5e4a361ba14646 commit: a2cd11851c953b0ce8db1dc3b99745c5b67b335b Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Apr 7 22:23:55 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Apr 7 23:07:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cd1185 dev-perl/Pod-Spell: Remove superfluous die Package-Manager: portage-2.2.28 dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild b/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild index dc563d7..8410f85 100644 --- a/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild +++ b/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild @@ -40,5 +40,5 @@ DEPEND="${RDEPEND} src_install() { perl-module_src_install - doman "${WORKDIR}"/podspell.1 || die + doman "${WORKDIR}"/podspell.1 }