diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-02-15 19:49:11 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-02-15 19:49:11 +0000 |
commit | e87121ddb9f7810b0cb91a5a07779e0efb2b597d (patch) | |
tree | 4de57470faa169223d4fd5de8a83b7c3371a205b /app-shells | |
parent | Added mips to keywords (diff) | |
download | gentoo-2-e87121ddb9f7810b0cb91a5a07779e0efb2b597d.tar.gz gentoo-2-e87121ddb9f7810b0cb91a5a07779e0efb2b597d.tar.bz2 gentoo-2-e87121ddb9f7810b0cb91a5a07779e0efb2b597d.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 |