diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-03-21 17:16:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-03-21 17:16:22 +0000 |
commit | b15acaed048c7a5012eefc8793836e2f8dfd6539 (patch) | |
tree | a47d07a4261b76d550c8c93a8e3b5780d5472641 /app-shells/tcsh | |
parent | Removing ferdy as a maintainer since he was retired. (diff) | |
download | gentoo-2-b15acaed048c7a5012eefc8793836e2f8dfd6539.tar.gz gentoo-2-b15acaed048c7a5012eefc8793836e2f8dfd6539.tar.bz2 gentoo-2-b15acaed048c7a5012eefc8793836e2f8dfd6539.zip |
Stable for HPPA (bug #262849). Explicate RDEPEND.
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.16.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 8251d30b713e..5b48fdc32c8c 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.89 2009/03/18 19:50:28 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.90 2009/03/21 17:16:22 jer Exp $ + + 21 Mar 2009; Jeroen Roovers <jer@gentoo.org> tcsh-6.16.ebuild: + Stable for HPPA (bug #262849). Explicate RDEPEND. 18 Mar 2009; Tobias Klausmann <klausman@gentoo.org> tcsh-6.16.ebuild: Stable on alpha, bug #262849 diff --git a/app-shells/tcsh/tcsh-6.16.ebuild b/app-shells/tcsh/tcsh-6.16.ebuild index d29f0c8ee23c..8191faae6c82 100644 --- a/app-shells/tcsh/tcsh-6.16.ebuild +++ b/app-shells/tcsh/tcsh-6.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.3 2009/03/18 19:50:28 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.4 2009/03/21 17:16:22 jer Exp $ inherit eutils @@ -15,13 +15,14 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="perl catalogs" RESTRICT="test" DEPEND=">=sys-libs/ncurses-5.1 perl? ( dev-lang/perl ) !app-shells/csh" # bug #119703 +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |