Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/yadm/
Date: Tue, 28 Feb 2023 13:58:46
Message-Id: 1677592047.809e34279ce2af190a3b706ea2b9c4c77e72a7f2.juippis@gentoo
1 commit: 809e34279ce2af190a3b706ea2b9c4c77e72a7f2
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 13:47:27 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 13:47:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809e3427
7
8 app-admin/yadm: sort the deps in 3.2.2
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-admin/yadm/yadm-3.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/yadm/yadm-3.2.2.ebuild b/app-admin/yadm/yadm-3.2.2.ebuild
16 index eae44112d41c..84a40d3dccec 100644
17 --- a/app-admin/yadm/yadm-3.2.2.ebuild
18 +++ b/app-admin/yadm/yadm-3.2.2.ebuild
19 @@ -18,8 +18,8 @@ IUSE="test"
20 RESTRICT="!test? ( test )"
21
22 RDEPEND="
23 - app-shells/bash
24 app-crypt/gnupg
25 + app-shells/bash
26 dev-vcs/git
27 "