diff options
author | Jonas Stein <news@jonasstein.de> | 2016-08-17 19:06:03 +0200 |
---|---|---|
committer | Jonas Stein <news@jonasstein.de> | 2016-08-17 19:06:03 +0200 |
commit | 73b47b095e2a0c71cd5ddec90daf80381ea4cd9b (patch) | |
tree | 05d3f4e842fea3607131a0ce3484b8ea26cf5a40 /sys-apps/inxi | |
parent | sys-apps/inxi: Fix DESCRIPTION length <=80 chars (diff) | |
download | gentoo-73b47b095e2a0c71cd5ddec90daf80381ea4cd9b.tar.gz gentoo-73b47b095e2a0c71cd5ddec90daf80381ea4cd9b.tar.bz2 gentoo-73b47b095e2a0c71cd5ddec90daf80381ea4cd9b.zip |
sys-apps/inxi: Remove redundant dependencies
Diffstat (limited to 'sys-apps/inxi')
-rw-r--r-- | sys-apps/inxi/inxi-2.2.14.ebuild | 8 | ||||
-rw-r--r-- | 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 1239efab6a07..9b9bae5ffb5f 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 2a087f3d42e0..15f5c6b8c8bb 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} |