diff options
author | 2012-01-09 20:24:53 +0000 | |
---|---|---|
committer | 2012-01-09 20:24:53 +0000 | |
commit | 191c017a4b557d346937b4c03ffda5a371b6417a (patch) | |
tree | 4f0a2b955bad029dc6eb2c3b598e5a25c3cf5d54 /app-shells/tcsh | |
parent | Stable for AMD64, wrt bug #397067 (diff) | |
download | gentoo-2-191c017a4b557d346937b4c03ffda5a371b6417a.tar.gz gentoo-2-191c017a4b557d346937b4c03ffda5a371b6417a.tar.bz2 gentoo-2-191c017a4b557d346937b4c03ffda5a371b6417a.zip |
Marking tcsh-6.17-r1 ppc for bug 389013
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.17-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 131a45264466..1251b2271f6a 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.108 2011/12/31 16:38:34 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.109 2012/01/09 20:24:53 ranger Exp $ + + 09 Jan 2012; Brent Baude <ranger@gentoo.org> tcsh-6.17-r1.ebuild: + Marking tcsh-6.17-r1 ppc for bug 389013 *tcsh-6.17.06 (31 Dec 2011) diff --git a/app-shells/tcsh/tcsh-6.17-r1.ebuild b/app-shells/tcsh/tcsh-6.17-r1.ebuild index 8c4361afec4f..0a12c7efc376 100644 --- a/app-shells/tcsh/tcsh-6.17-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.17-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild,v 1.9 2011/11/26 19:01:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild,v 1.10 2012/01/09 20:24:53 ranger Exp $ EAPI=3 @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/old/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="catalogs doc" RESTRICT="test" |