From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 024B81384B4 for ; Wed, 25 Nov 2015 19:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 489A221C032; Wed, 25 Nov 2015 19:46:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD77621C032 for ; Wed, 25 Nov 2015 19:46:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEC9B3405C3 for ; Wed, 25 Nov 2015 19:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96EDB99E for ; Wed, 25 Nov 2015 19:46:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1448480776.e0675dbcf5454daa77d79d761f6e6a2faff10e07.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmlto/xmlto-0.0.26-r1.ebuild app-text/xmlto/xmlto-0.0.28-r1.ebuild X-VCS-Directories: app-text/xmlto/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e0675dbcf5454daa77d79d761f6e6a2faff10e07 X-VCS-Branch: master Date: Wed, 25 Nov 2015 19:46:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be160ab9-979d-49ad-ac45-8d7597933032 X-Archives-Hash: 06e98a32858d16777eba86996c727f41 commit: e0675dbcf5454daa77d79d761f6e6a2faff10e07 Author: Mike Gilbert gentoo org> AuthorDate: Wed Nov 25 19:42:11 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Nov 25 19:46:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0675dbc app-text/xmlto: Fix slot on bash dependency Package-Manager: portage-2.2.25_p7 app-text/xmlto/xmlto-0.0.26-r1.ebuild | 2 +- 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 44a6f3d..50d6509 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 64bfc64..4078641 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 )