commit: af7b77d3b451d7d8b58babb471902d07d20ca803 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Mar 9 19:55:07 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Mar 9 19:55:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7b77d3
sys-apps/iproute2: drop iproute2-default-color-auto.patch This diverges from upstream defaults for no good reason. Users can set up a shell alias if they really want to enable colors by default. Bug: https://bugs.gentoo.org/820236 Bug: https://bugs.gentoo.org/886187 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/iproute2/{iproute2-6.2.0.ebuild => iproute2-6.2.0-r1.ebuild} | 1 - sys-apps/iproute2/iproute2-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-apps/iproute2/iproute2-6.2.0.ebuild b/sys-apps/iproute2/iproute2-6.2.0-r1.ebuild similarity index 99% rename from sys-apps/iproute2/iproute2-6.2.0.ebuild rename to sys-apps/iproute2/iproute2-6.2.0-r1.ebuild index 3ab5ef70a410..589cf4148f28 100644 --- a/sys-apps/iproute2/iproute2-6.2.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.2.0-r1.ebuild @@ -53,7 +53,6 @@ PATCHES=( "${FILESDIR}"/${PN}-5.12.0-configure-nomagic.patch # bug #643722 #"${FILESDIR}"/${PN}-5.1.0-portability.patch "${FILESDIR}"/${PN}-5.7.0-mix-signal.h-include.patch - "${FILESDIR}"/${PN}-default-color-auto.patch ) src_prepare() { diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index 831b5a3fbf14..32423402a1c3 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -53,7 +53,6 @@ PATCHES=( "${FILESDIR}"/${PN}-5.12.0-configure-nomagic.patch # bug #643722 #"${FILESDIR}"/${PN}-5.1.0-portability.patch "${FILESDIR}"/${PN}-5.7.0-mix-signal.h-include.patch - "${FILESDIR}"/${PN}-default-color-auto.patch ) src_prepare() {