blob: ba758c5035b1a0f0b736c9b0f6c919fbe2b8e811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/embassy-emnu/embassy-emnu-1.05.ebuild,v 1.3 2004/11/01 01:33:10 ribosome Exp $
inherit embassy
DESCRIPTION="EMBOSS Menu is Not UNIX - Simple menu of EMBOSS applications"
KEYWORDS="x86 ~ppc"
RDEPEND="sys-libs/ncurses
${RDEPEND}"
DEPEND="sys-libs/ncurses
${DEPEND}"
|