From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C68F13832E for ; Wed, 17 Aug 2016 18:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 215D521C043; Wed, 17 Aug 2016 18:01:55 +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 9BD3721C043 for ; Wed, 17 Aug 2016 18:01:54 +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 1AF67340EA4 for ; Wed, 17 Aug 2016 18:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334A2245E for ; Wed, 17 Aug 2016 18:01:50 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1471453563.73b47b095e2a0c71cd5ddec90daf80381ea4cd9b.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/inxi/inxi-2.2.14.ebuild sys-apps/inxi/inxi-2.2.19.ebuild X-VCS-Directories: sys-apps/inxi/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 73b47b095e2a0c71cd5ddec90daf80381ea4cd9b X-VCS-Branch: master Date: Wed, 17 Aug 2016 18:01:50 +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: ee6e1fe0-1c44-42d3-9e66-02d9dacef34d X-Archives-Hash: 38d3d7b4c9dedb6e05173a4de78ffc28 commit: 73b47b095e2a0c71cd5ddec90daf80381ea4cd9b Author: Jonas Stein jonasstein de> AuthorDate: Wed Aug 17 17:06:03 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Aug 17 17:06:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b47b09 sys-apps/inxi: Remove redundant dependencies sys-apps/inxi/inxi-2.2.14.ebuild | 8 +------- sys-apps/inxi/inxi-2.2.19.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/sys-apps/inxi/inxi-2.2.14.ebuild b/sys-apps/inxi/inxi-2.2.14.ebuild index 1239efa..9b9bae5 100644 --- a/sys-apps/inxi/inxi-2.2.14.ebuild +++ b/sys-apps/inxi/inxi-2.2.14.ebuild @@ -13,14 +13,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND} - >=app-shells/bash-3.0 - sys-apps/coreutils - sys-apps/gawk - sys-apps/grep +RDEPEND=">=app-shells/bash-3.0 sys-apps/pciutils - sys-process/procps - sys-apps/sed " S=${WORKDIR} diff --git a/sys-apps/inxi/inxi-2.2.19.ebuild b/sys-apps/inxi/inxi-2.2.19.ebuild index 2a087f3..15f5c6b 100644 --- a/sys-apps/inxi/inxi-2.2.19.ebuild +++ b/sys-apps/inxi/inxi-2.2.19.ebuild @@ -13,14 +13,8 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND} - >=app-shells/bash-3.0 - sys-apps/coreutils - sys-apps/gawk - sys-apps/grep +RDEPEND=">=app-shells/bash-3.0 sys-apps/pciutils - sys-process/procps - sys-apps/sed " S=${WORKDIR}