diff options
Diffstat (limited to 'sys-apps/bar/bar-1.07.ebuild')
-rw-r--r-- | sys-apps/bar/bar-1.07.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/bar/bar-1.07.ebuild b/sys-apps/bar/bar-1.07.ebuild index 476199fe1936..e46450183d3a 100644 --- a/sys-apps/bar/bar-1.07.ebuild +++ b/sys-apps/bar/bar-1.07.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.07.ebuild,v 1.3 2004/06/24 21:58:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.07.ebuild,v 1.4 2004/06/30 14:29:36 agriffis Exp $ DESCRIPTION="Console Progress Bar" HOMEPAGE="http://clpbar.sourceforge.net/" KEYWORDS="x86" +IUSE="" SLOT="0" LICENSE="GPL-2" SRC_URI="mirror://sourceforge/clpbar/${P}.tar.gz" -DEPEND=">=sys-libs/ncurses-5.2" +DEPEND=">=sys-libs/ncurses-5.2 + >=sys-apps/sed-4" src_unpack() { unpack ${A} |