diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 03:54:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 03:54:48 +0000 |
commit | 8ed3528a34c4250c5e07eb46696ef894cad51e40 (patch) | |
tree | 05eb75b54c7dd4f2159c22987736133e41a56d94 /app-shells/bashish | |
parent | version bump (Bug 33995) and java fix (Manifest recommit) (diff) | |
download | gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.tar.gz gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.tar.bz2 gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/bashish')
-rw-r--r-- | app-shells/bashish/bashish-1.9.21.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/bashish/bashish-1.9.21.ebuild b/app-shells/bashish/bashish-1.9.21.ebuild index 26663372aa8a..1ec75f3611c3 100644 --- a/app-shells/bashish/bashish-1.9.21.ebuild +++ b/app-shells/bashish/bashish-1.9.21.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.21.ebuild,v 1.5 2004/06/24 22:23:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.21.ebuild,v 1.6 2004/06/29 03:51:55 vapier Exp $ DESCRIPTION="Text console theme engine" HOMEPAGE="http://bashish.sourceforge.net/" SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha sparc" SLOT="0" +KEYWORDS="x86 ppc sparc alpha" +IUSE="" src_unpack() { unpack ${A} |