diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-02-27 17:24:48 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-02-27 17:24:48 +0000 |
commit | 3048ceedcb3b9483adb1ef50c81336f9948593b6 (patch) | |
tree | 14616b345df6244c1cab0abb5b9fbd3c6a15b833 /app-shells/csh | |
parent | Fixed digest-ut2004-demo-3120-r2. (Manifest recommit) (diff) | |
download | gentoo-2-3048ceedcb3b9483adb1ef50c81336f9948593b6.tar.gz gentoo-2-3048ceedcb3b9483adb1ef50c81336f9948593b6.tar.bz2 gentoo-2-3048ceedcb3b9483adb1ef50c81336f9948593b6.zip |
stable
Diffstat (limited to 'app-shells/csh')
-rw-r--r-- | app-shells/csh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index 54ea74a254d5..32eddaafc5e2 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/csh # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.16 2004/01/09 08:58:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.17 2004/02/27 17:24:48 taviso Exp $ + + 27 Feb 2004; Tavis Ormandy <taviso@gentoo.org> csh-1.29-r3.ebuild: + stable *csh-1.29-r3 (09 Jan 2004) diff --git a/app-shells/csh/csh-1.29-r3.ebuild b/app-shells/csh/csh-1.29-r3.ebuild index d10fa1cb4169..fd50c5ff8235 100644 --- a/app-shells/csh/csh-1.29-r3.ebuild +++ b/app-shells/csh/csh-1.29-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r3.ebuild,v 1.1 2004/01/09 08:58:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r3.ebuild,v 1.2 2004/02/27 17:24:48 taviso Exp $ inherit flag-o-matic eutils ccc @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~alpha" +KEYWORDS="x86 alpha" IUSE="static doc" DEPEND="sys-devel/pmake !app-shells/tcsh" |