diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-22 00:42:21 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-22 00:42:21 +0000 |
commit | 6d09a00c241896c6d3ac63717da05e0bb59a1efc (patch) | |
tree | ec68e151b6f31a38d3f314212b75b82e97ef4b8f /app-shells/sash | |
parent | add arm keywords, fix openssl for arm (add -fPIC) (diff) | |
download | gentoo-2-6d09a00c241896c6d3ac63717da05e0bb59a1efc.tar.gz gentoo-2-6d09a00c241896c6d3ac63717da05e0bb59a1efc.tar.bz2 gentoo-2-6d09a00c241896c6d3ac63717da05e0bb59a1efc.zip |
add arm keyword
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 ef084164efca..336d8604d5a7 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.10 2003/02/15 19:45:54 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.11 2003/02/22 00:42:19 zwelch Exp $ + + 21 Feb 2003; Zach Welch <zwelch@gentoo.org> sash-3.4-r5.ebuild : + Added arm to keywords 15 Feb 2003; Jan Seidel <tuxus@gentoo.org> sash-3.4-r5.ebuild : Added mips to keywords diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild index 9699aed76165..238d3ef7fd27 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.15 2003/02/15 19:45:54 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.16 2003/02/22 00:42:21 zwelch 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 mips" +KEYWORDS="x86 ppc sparc alpha hppa mips arm" src_unpack() { unpack ${P}.tar.gz |