OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jun-2004 12:50:41
Branch: HEAD Handle: 2004060211504000
Modified files:
openpkg-src/gdb gdb.spec
Log:
needs at least ncurses (hopefully is smart enough to ignore any SVR5
curses lib)
Summary:
Revision Changes Path
1.28 +2 -2 openpkg-src/gdb/gdb.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gdb/gdb.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 gdb.spec
--- openpkg-src/gdb/gdb.spec 1 Jun 2004 20:35:37 -0000 1.27
+++ openpkg-src/gdb/gdb.spec 2 Jun 2004 10:50:40 -0000 1.28
@@ -34,7 +34,7 @@
Group: Development
License: GPL
Version: 6.1
-Release: 20040601
+Release: 20040602
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
@@ -43,7 +43,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, ncurses
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]