diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-10-18 08:59:57 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-10-18 08:59:57 +0000 |
commit | 6a1f4a0821c8ed3853907ef11996c6f56aeb30cd (patch) | |
tree | 3cdb8ffb2ab3005c69edbfcb49d7c9383720d0ff /app-shells | |
parent | Fix keywords. (diff) | |
download | gentoo-2-6a1f4a0821c8ed3853907ef11996c6f56aeb30cd.tar.gz gentoo-2-6a1f4a0821c8ed3853907ef11996c6f56aeb30cd.tar.bz2 gentoo-2-6a1f4a0821c8ed3853907ef11996c6f56aeb30cd.zip |
Keywords fix
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/sash/Manifest | 2 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/sash/Manifest b/app-shells/sash/Manifest index a2ffb9cbf2b7..8714e2ef2789 100644 --- a/app-shells/sash/Manifest +++ b/app-shells/sash/Manifest @@ -1,6 +1,6 @@ MD5 02ce6c469e3d4726969659eaf4166897 ChangeLog 1577 MD5 c835d6bcda25294f07b47c3a5445981f sash-3.4-r3.ebuild 1260 -MD5 d8ba27b27955dbcb4e7fe489c4b1c959 sash-3.4-r4.ebuild 1157 +MD5 a74427dac8d9e624a3c36cfbfacc80f9 sash-3.4-r4.ebuild 1186 MD5 bee2de1101df8fc490298192d6db9431 sash-3.4-r5.ebuild 1179 MD5 a5bf4399393d42faf5707b37b8b29427 sash-3.6.ebuild 1002 MD5 3a34f0b1b1dbc1357fa1fcd94e48d624 files/Makefile 570 diff --git a/app-shells/sash/sash-3.4-r4.ebuild b/app-shells/sash/sash-3.4-r4.ebuild index 10d0f6903f1e..2083c94806a9 100644 --- a/app-shells/sash/sash-3.4-r4.ebuild +++ b/app-shells/sash/sash-3.4-r4.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-r4.ebuild,v 1.10 2003/02/13 09:30:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.11 2003/10/18 08:59:54 avenj 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 " +KEYWORDS="x86 ppc sparc mips arm alpha hppa amd64 ia64" src_unpack() { unpack ${P}.tar.gz |