Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlformat/
Date: Sun, 18 Jul 2021 05:59:40
Message-Id: 1626587488.7c3d1318008618c2221b724f6a59d12d67b6bd17.graaff@gentoo
1 commit: 7c3d1318008618c2221b724f6a59d12d67b6bd17
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 05:51:28 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 05:51:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3d1318
7
8 app-text/xmlformat: add ruby27
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 app-text/xmlformat/xmlformat-1.04.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-text/xmlformat/xmlformat-1.04.ebuild b/app-text/xmlformat/xmlformat-1.04.ebuild
17 index 7e10ca1cc03..a286b8eb856 100644
18 --- a/app-text/xmlformat/xmlformat-1.04.ebuild
19 +++ b/app-text/xmlformat/xmlformat-1.04.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -USE_RUBY="ruby24 ruby25 ruby26"
25 +USE_RUBY="ruby25 ruby26 ruby27"
26 inherit ruby-single
27
28 DESCRIPTION="Reformat XML documents to your custom style"