Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/
Date: Wed, 25 Nov 2015 19:46:49
Message-Id: 1448480776.e0675dbcf5454daa77d79d761f6e6a2faff10e07.floppym@gentoo
1 commit: e0675dbcf5454daa77d79d761f6e6a2faff10e07
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 19:42:11 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 19:46:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0675dbc
7
8 app-text/xmlto: Fix slot on bash dependency
9
10 Package-Manager: portage-2.2.25_p7
11
12 app-text/xmlto/xmlto-0.0.26-r1.ebuild | 2 +-
13 app-text/xmlto/xmlto-0.0.28-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/xmlto/xmlto-0.0.26-r1.ebuild b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
17 index 44a6f3d..50d6509 100644
18 --- a/app-text/xmlto/xmlto-0.0.26-r1.ebuild
19 +++ b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
20 @@ -16,7 +16,7 @@ IUSE="latex"
21
22 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1
23 app-text/docbook-xml-dtd:4.2
24 - app-shells/bash
25 + app-shells/bash:0
26 dev-libs/libxslt
27 sys-apps/sed
28 || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
29
30 diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
31 index 64bfc64..4078641 100644
32 --- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild
33 +++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
34 @@ -16,7 +16,7 @@ IUSE="latex"
35
36 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1
37 app-text/docbook-xml-dtd:4.2
38 - app-shells/bash:0=
39 + app-shells/bash:0
40 dev-libs/libxslt
41 sys-apps/sed
42 || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )