diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-11 01:10:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-11 01:10:29 +0000 |
commit | aea2b20598e0a0206e5cc8752d351356b1e3aaf6 (patch) | |
tree | ad0f7ca68d03888e3166182da3a1080a7b4f6ded /net-im | |
parent | add ~alpha and use gnuconfig_update (diff) | |
download | gentoo-2-aea2b20598e0a0206e5cc8752d351356b1e3aaf6.tar.gz gentoo-2-aea2b20598e0a0206e5cc8752d351356b1e3aaf6.tar.bz2 gentoo-2-aea2b20598e0a0206e5cc8752d351356b1e3aaf6.zip |
removed version dependency of ncurses
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/licq/licq-1.2.4-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index c52eb309554a..947598fd3eb7 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-im/licq # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.19 2003/02/07 22:21:59 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.20 2003/02/11 01:10:29 seemant Exp $ *licq-1.2.4-r2 (07 Feb 2003) + 10 Feb 2003; Seemant Kulleen <seemant@gentoo.org> licq-1.2.4-r2.ebuild : + + Changed ncurses dependency to be not strict on version. + 07 Feb 2003; Thomas Raschbacher <lordvan@gentoo.org> licq-1.2.4-r2.ebuild: removed old fix for #12436 and added new (set kde-gui as default) diff --git a/net-im/licq/licq-1.2.4-r2.ebuild b/net-im/licq/licq-1.2.4-r2.ebuild index fda32e83f51d..ca61d2826c83 100644 --- a/net-im/licq/licq-1.2.4-r2.ebuild +++ b/net-im/licq/licq-1.2.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.4-r2.ebuild,v 1.6 2003/02/07 22:21:59 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.4-r2.ebuild,v 1.7 2003/02/11 01:10:29 seemant Exp $ IUSE="ssl socks5 qt kde gtk ncurses" @@ -15,7 +15,7 @@ DEPEND="${DEPEND} ssl? ( >=dev-libs/openssl-0.9.6 ) qt? ( >=x11-libs/qt-3.0.0 ) gtk? ( =x11-libs/gtk+-1.2* ) - ncurses? ( >=sys-libs/ncurses-5.3 )" + ncurses? ( sys-libs/ncurses )" SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" SLOT="2" |