commit: 0a6e4c4be3c2c69e791943a5b04c1e2689784537
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 08:56:21 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 08:56:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6e4c4b
sys-devel/gdb: reorder deps in live ebuild to match releases
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-devel/gdb/gdb-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index 045919faeb4..6905306caf7 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -78,8 +78,8 @@ BDEPEND="
app-arch/xz-utils
sys-apps/texinfo
virtual/yacc
- source-highlight? ( virtual/pkgconfig )
nls? ( sys-devel/gettext )
+ source-highlight? ( virtual/pkgconfig )
test? ( dev-util/dejagnu )
"