diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-11-25 14:42:11 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-11-25 14:46:16 -0500 |
commit | e0675dbcf5454daa77d79d761f6e6a2faff10e07 (patch) | |
tree | 4b4a6bec1a4c71ea6764985c14792d95d9a66106 /app-text | |
parent | app-text/xmlto: RDEPEND on a web browser for HTML to text (diff) | |
download | gentoo-e0675dbcf5454daa77d79d761f6e6a2faff10e07.tar.gz gentoo-e0675dbcf5454daa77d79d761f6e6a2faff10e07.tar.bz2 gentoo-e0675dbcf5454daa77d79d761f6e6a2faff10e07.zip |
app-text/xmlto: Fix slot on bash dependency
Package-Manager: portage-2.2.25_p7
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlto/xmlto-0.0.26-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/xmlto/xmlto-0.0.28-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xmlto/xmlto-0.0.26-r1.ebuild b/app-text/xmlto/xmlto-0.0.26-r1.ebuild index 44a6f3d48dfe..50d6509554cd 100644 --- a/app-text/xmlto/xmlto-0.0.26-r1.ebuild +++ b/app-text/xmlto/xmlto-0.0.26-r1.ebuild @@ -16,7 +16,7 @@ IUSE="latex" RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1 app-text/docbook-xml-dtd:4.2 - app-shells/bash + app-shells/bash:0 dev-libs/libxslt sys-apps/sed || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r1.ebuild index 64bfc64e2106..4078641e1b83 100644 --- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild +++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild @@ -16,7 +16,7 @@ IUSE="latex" RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1 app-text/docbook-xml-dtd:4.2 - app-shells/bash:0= + app-shells/bash:0 dev-libs/libxslt sys-apps/sed || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) |