Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/
Date: Sun, 25 Apr 2021 08:57:00
Message-Id: 1619340995.0a6e4c4be3c2c69e791943a5b04c1e2689784537.slyfox@gentoo
1 commit: 0a6e4c4be3c2c69e791943a5b04c1e2689784537
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 08:56:21 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 08:56:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6e4c4b
7
8 sys-devel/gdb: reorder deps in live ebuild to match releases
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/gdb/gdb-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
17 index 045919faeb4..6905306caf7 100644
18 --- a/sys-devel/gdb/gdb-9999.ebuild
19 +++ b/sys-devel/gdb/gdb-9999.ebuild
20 @@ -78,8 +78,8 @@ BDEPEND="
21 app-arch/xz-utils
22 sys-apps/texinfo
23 virtual/yacc
24 - source-highlight? ( virtual/pkgconfig )
25 nls? ( sys-devel/gettext )
26 + source-highlight? ( virtual/pkgconfig )
27 test? ( dev-util/dejagnu )
28 "