diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-08 20:22:15 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-08 20:22:15 +0000 |
commit | 164f644cf0d86b138bee8c7a3749265bba538914 (patch) | |
tree | 7445a31b104c630d8f31d1a63a5aa76c1bd32e20 /app-shells/sash | |
parent | Added hppa to keywords. (diff) | |
download | historical-164f644cf0d86b138bee8c7a3749265bba538914.tar.gz historical-164f644cf0d86b138bee8c7a3749265bba538914.tar.bz2 historical-164f644cf0d86b138bee8c7a3749265bba538914.zip |
Added hppa to keywords.
Diffstat (limited to 'app-shells/sash')
-rw-r--r-- | app-shells/sash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/sash/ChangeLog b/app-shells/sash/ChangeLog index 70f40e8e52e3..896f93554025 100644 --- a/app-shells/sash/ChangeLog +++ b/app-shells/sash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/sash # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.7 2002/12/13 10:56:17 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.8 2003/02/08 20:22:15 gmsoft Exp $ + + 08 Feb 2003; Guy Martin <gmsoft@gentoo.org> sash-3.4-r5.ebuild : + Added hppa to keywords. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild index 1a6f4d328035..d65673d5967a 100644 --- a/app-shells/sash/sash-3.4-r5.ebuild +++ b/app-shells/sash/sash-3.4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.12 2002/12/15 10:44:11 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.13 2003/02/08 20:22:15 gmsoft Exp $ IUSE="readline" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" RDEPEND="" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha hppa" src_unpack() { unpack ${P}.tar.gz |