diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2013-03-13 00:06:20 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2013-03-13 00:06:20 +0000 |
commit | 49046d04e3fda8b9ce74622fe323b3c1d74f9d6c (patch) | |
tree | 2ffe6d422163b5c8796dae4975caff84bcbf973f /dev-util/checkbashisms | |
parent | Temporary fix for #426828 by adding checkbashisms to depends (diff) | |
download | gentoo-2-49046d04e3fda8b9ce74622fe323b3c1d74f9d6c.tar.gz gentoo-2-49046d04e3fda8b9ce74622fe323b3c1d74f9d6c.tar.bz2 gentoo-2-49046d04e3fda8b9ce74622fe323b3c1d74f9d6c.zip |
Add soft block for <dev-util/rpmdevtools-8.3-r1 to fix #426828
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7B087241)
Diffstat (limited to 'dev-util/checkbashisms')
-rw-r--r-- | dev-util/checkbashisms/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/checkbashisms/ChangeLog b/dev-util/checkbashisms/ChangeLog index e682316bb3cd..67d09504455b 100644 --- a/dev-util/checkbashisms/ChangeLog +++ b/dev-util/checkbashisms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/checkbashisms -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v 1.3 2012/02/21 08:54:08 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/ChangeLog,v 1.4 2013/03/13 00:06:20 sochotnicky Exp $ + + 13 Mar 2013; Stanislav Ochotnicky <sochotnicky@gentoo.org> + checkbashisms-2.0.0.5.ebuild: + Add soft block for <dev-util/rpmdevtools-8.3-r1 to fix #426828 *checkbashisms-2.0.0.5 (21 Feb 2012) diff --git a/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild b/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild index 2d9c4bf13330..67703ededeef 100644 --- a/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild +++ b/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild,v 1.1 2012/02/21 08:54:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.5.ebuild,v 1.2 2013/03/13 00:06:20 sochotnicky Exp $ EAPI=4 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-lang/perl - virtual/perl-Getopt-Long" + virtual/perl-Getopt-Long + !<dev-util/rpmdevtools-8.3-r1" S=${WORKDIR} |