diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
commit | 0dbc2a1da9a0f5926772b5c630a9c15a990d5413 (patch) | |
tree | 5088d1532dc94fa3dfe933b6985f39a87f8c8374 /app-shells/bashish | |
parent | version bump (Bug 33995) and java fix (diff) | |
download | historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.gz historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.bz2 historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.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} |