diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-02-15 19:45:54 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-02-15 19:45:54 +0000 |
commit | 14fc4948c4098ae6e178e738dabebd8b89f11ea2 (patch) | |
tree | 8a3a3c850c4f222256c020242800f811c200dbfb /app-shells | |
parent | Added mips to keywords (diff) | |
download | historical-14fc4948c4098ae6e178e738dabebd8b89f11ea2.tar.gz historical-14fc4948c4098ae6e178e738dabebd8b89f11ea2.tar.bz2 historical-14fc4948c4098ae6e178e738dabebd8b89f11ea2.zip |
Added mips to keywords
Diffstat (limited to 'app-shells')
-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 ffe76617de23..ef084164efca 100644 --- a/app-shells/sash/ChangeLog +++ b/app-shells/sash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/sash # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.9 2003/02/12 05:21:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.10 2003/02/15 19:45:54 tuxus Exp $ + + 15 Feb 2003; Jan Seidel <tuxus@gentoo.org> sash-3.4-r5.ebuild : + Added mips to keywords 08 Feb 2003; Guy Martin <gmsoft@gentoo.org> sash-3.4-r5.ebuild : Added hppa to keywords. diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild index 457d9e4b5111..9699aed76165 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-2003 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.14 2003/02/13 09:30:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.15 2003/02/15 19:45:54 tuxus 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 hppa" +KEYWORDS="x86 ppc sparc alpha hppa mips" src_unpack() { unpack ${P}.tar.gz |