diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch) | |
tree | dc5a008a22e16e21bc4ea4f991bba0890fae4a1b /sys-apps/console-tools | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2 historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip |
Dependencie fixes
Diffstat (limited to 'sys-apps/console-tools')
-rw-r--r-- | sys-apps/console-tools/console-tools-0.2.3-r3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/console-tools/console-tools-0.2.3-r3.ebuild b/sys-apps/console-tools/console-tools-0.2.3-r3.ebuild index 24e9519577e7..1a830bbbe4e9 100644 --- a/sys-apps/console-tools/console-tools-0.2.3-r3.ebuild +++ b/sys-apps/console-tools/console-tools-0.2.3-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r3.ebuild,v 1.3 2001/04/07 16:16:44 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r3.ebuild,v 1.4 2001/05/28 05:24:13 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Console and font utilities" @@ -9,9 +9,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/keyboards/${P}.tar.gz" HOMEPAGE="http://altern.org/ydirson/en/lct/" DEPEND="virtual/glibc - sys-devel/automake - >=sys-devel/flex-2.5.4a-r2 - nls? ( sys-devel/gettext ) sys-devel/autoconf" + nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" src_unpack() { |