summaryrefslogtreecommitdiff
path: root/app-shells/rc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /app-shells/rc
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'app-shells/rc')
-rw-r--r--app-shells/rc/Manifest2
-rw-r--r--app-shells/rc/rc-1.7.4-r1.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/app-shells/rc/Manifest b/app-shells/rc/Manifest
index f0cfdf1a6a2c..4e52c7007df4 100644
--- a/app-shells/rc/Manifest
+++ b/app-shells/rc/Manifest
@@ -1,3 +1,3 @@
DIST rc-1.7.4.tar.gz 215206 BLAKE2B df01f618cd4d3c5bbf155768ada49c20fe7916e2b999ae13d08487b00c4565c3c4d1d45d16dddef70fe58cf7c405d293832b31dc8a66d8b36b2503675b260db1 SHA512 49e124207b5370b88b8fba0376dda33451451a58bfb85fabfc06ae59eb88fedf38d7aeaaf292e4f380e2c00efc8301ba68d12180923186d1c53ef94f78f7e435
-EBUILD rc-1.7.4-r1.ebuild 931 BLAKE2B 68829f9ee2219282bfb380ded88f23dbfea27a78a8d78f7a150172df26deedb28878324bff39ec04b9d87c31d64310f8b32ef5d217903a72dae79ab44b3209eb SHA512 74abce16dd79d884cc7067585b5295b16704edfe1695caaecd6c8389bea8821465533e71f0da2219417ae4b81f9798ed94542483baa12fca57b81b915a699ba0
+EBUILD rc-1.7.4-r1.ebuild 890 BLAKE2B 10ade84c2dd5f77a63450c4ab9be6d30344162ac32a45e97cfc84403d774d88442768b2df2af138249f7c6f25d2724b36b41e145d376fc5be973cf11f7eb716a SHA512 9b915a58614610f4326d8359772f7f536349e6844a823976b8256affbdbb4f3cc61f0d28d7a14319a1cff2c5ffebbe4fe6e08e02ddfddc0b60a5b98ac35b116b
MISC metadata.xml 263 BLAKE2B da35927a73cc22621ec3170a872817bc1f2e91967dd369f21f6543ce2a02e995eb654ab2c1209bae764ef194788828e00daf5d559d3a26926e6912838075dc7f SHA512 b25a1229f571493fdde40749d60d17d411676854bc3f73810e15edac8a2a930d3633f46a6f7f5a7ec6cf7f36b9ef690a7e03916c7c76869315f5ba1f862fd0f0
diff --git a/app-shells/rc/rc-1.7.4-r1.ebuild b/app-shells/rc/rc-1.7.4-r1.ebuild
index 9e73cae38eae..473941979124 100644
--- a/app-shells/rc/rc-1.7.4-r1.ebuild
+++ b/app-shells/rc/rc-1.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,9 +23,7 @@ src_configure() {
use readline && myconf="--with-edit=readline"
use libedit && myconf="--with-edit=edit"
- econf \
- --disable-dependency-tracking \
- "${myconf}"
+ econf "${myconf}"
}
src_install() {