diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-17 13:50:03 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-17 13:50:03 +0000 |
commit | 8f9372da1c75e4899199904031857f5719f241c2 (patch) | |
tree | 9dc027707a670892dd607102d54ca620c6f6077c /app-shells | |
parent | New version of the subversion ebuild. Please test. (diff) | |
download | gentoo-2-8f9372da1c75e4899199904031857f5719f241c2.tar.gz gentoo-2-8f9372da1c75e4899199904031857f5719f241c2.tar.bz2 gentoo-2-8f9372da1c75e4899199904031857f5719f241c2.zip |
Keyword fix
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashish/bashish-1.9.19.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/bashish/bashish-1.9.19.ebuild b/app-shells/bashish/bashish-1.9.19.ebuild index 1268d535399e..566552585e7d 100644 --- a/app-shells/bashish/bashish-1.9.19.ebuild +++ b/app-shells/bashish/bashish-1.9.19.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" SLOT=0 LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha sparc sparc64" +KEYWORDS="x86 ppc alpha sparc" src_install() { @@ -58,4 +58,3 @@ DEFAULT_SHELL="" done } - |