summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-04-10 03:53:47 +0000
committerOlivier Crête <tester@gentoo.org>2009-04-10 03:53:47 +0000
commitb38ee7ebf28a37d36f8f848b5086fbfc8355f139 (patch)
tree44cffaa21bf55945901e01e1883d5ac68a7e0da1 /app-shells/gentoo-bashcomp
parentfix build error with regards to LINGUAS=zh. bug 239372, patch by Dmitry Karasik (diff)
downloadgentoo-2-b38ee7ebf28a37d36f8f848b5086fbfc8355f139.tar.gz
gentoo-2-b38ee7ebf28a37d36f8f848b5086fbfc8355f139.tar.bz2
gentoo-2-b38ee7ebf28a37d36f8f848b5086fbfc8355f139.zip
Remove version requirement, breaks with bash-completion versioning change
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r--app-shells/gentoo-bashcomp/ChangeLog6
-rw-r--r--app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog
index c5d553cbf6fd..853bbb16964b 100644
--- a/app-shells/gentoo-bashcomp/ChangeLog
+++ b/app-shells/gentoo-bashcomp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/gentoo-bashcomp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.22 2009/02/23 03:45:24 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.23 2009/04/10 03:53:47 tester Exp $
+
+ 10 Apr 2009; Olivier Crête <tester@gentoo.org>
+ gentoo-bashcomp-20050516.ebuild:
+ Remove version requirement, breaks with bash-completion versioning change
*gentoo-bashcomp-20090222 (23 Feb 2009)
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild
index 4e267e56ef28..30407e913f56 100644
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.13 2008/05/04 12:20:46 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.14 2009/04/10 03:53:47 tester Exp $
DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
IUSE=""
-RDEPEND=">=app-shells/bash-completion-20050121-r3"
+RDEPEND="app-shells/bash-completion"
src_install() {
make DESTDIR="${D}" install || die "make install failed"