Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Sun, 07 Nov 2021 08:16:36
Message-Id: 1636272984.2fe48a0cc7b8baea7c5990249747275f6fb1fb53.mgorny@gentoo
1 commit: 2fe48a0cc7b8baea7c5990249747275f6fb1fb53
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 08:15:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 08:16:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe48a0c
7
8 app-portage/eix: Remove unused flag-o-matic
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/eix/eix-0.36.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/eix/eix-0.36.0.ebuild b/app-portage/eix/eix-0.36.0.ebuild
16 index 0971f52d752..acb65e10daf 100644
17 --- a/app-portage/eix/eix-0.36.0.ebuild
18 +++ b/app-portage/eix/eix-0.36.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit autotools bash-completion-r1 flag-o-matic tmpfiles
24 +inherit autotools bash-completion-r1 tmpfiles
25
26 DESCRIPTION="Search and query ebuilds"
27 HOMEPAGE="https://github.com/vaeth/eix/"