commit: bb9c7e4e862336621c5a1463e3f42c6231912f3b Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Oct 4 07:15:30 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Oct 4 07:17:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9c7e4e
net-analyzer/mtr: Invert USE defaults that pull in more deps Package-Manager: Portage-3.0.8, Repoman-3.0.1 Bug: https://bugs.gentoo.org/show_bug.cgi?id=744565 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-analyzer/mtr/mtr-0.94.ebuild | 2 +- net-analyzer/mtr/mtr-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/mtr/mtr-0.94.ebuild b/net-analyzer/mtr/mtr-0.94.ebuild index f7343a7d970..db2d5358f3d 100644 --- a/net-analyzer/mtr/mtr-0.94.ebuild +++ b/net-analyzer/mtr/mtr-0.94.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/traviscross/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="+gtk +ipinfo +ipv6 +jansson +ncurses" +IUSE="gtk +ipinfo +ipv6 jansson ncurses" RDEPEND=" gtk? ( diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild index 3f821be8ee3..7067fbb688f 100644 --- a/net-analyzer/mtr/mtr-9999.ebuild +++ b/net-analyzer/mtr/mtr-9999.ebuild @@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/traviscross/mtr" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="+gtk +ipinfo +ipv6 +jansson +ncurses" +IUSE="gtk +ipinfo +ipv6 jansson ncurses" RDEPEND=" gtk? (
