diff options
author | 2001-12-13 21:01:01 +0000 | |
---|---|---|
committer | 2001-12-13 21:01:01 +0000 | |
commit | d0c1b6b6d52b186ce3c16468ff29de8c5491e286 (patch) | |
tree | 0793afe48fd8d63edcfe1403ad0a0aefc712a6e1 /net-im/licq | |
parent | Relocated gtk-gnutella from media-sound to net-misc, + new version (diff) | |
download | gentoo-2-d0c1b6b6d52b186ce3c16468ff29de8c5491e286.tar.gz gentoo-2-d0c1b6b6d52b186ce3c16468ff29de8c5491e286.tar.bz2 gentoo-2-d0c1b6b6d52b186ce3c16468ff29de8c5491e286.zip |
added fix for compiling with use kde off, fixes typo
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/licq-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq/licq-1.0.4.ebuild b/net-im/licq/licq-1.0.4.ebuild index 634ccffa9044..f71795a012b6 100644 --- a/net-im/licq/licq-1.0.4.ebuild +++ b/net-im/licq/licq-1.0.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4.ebuild,v 1.3 2001/12/08 09:43:43 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4.ebuild,v 1.4 2001/12/13 21:01:01 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die -use kde && inherit kde-base || die +use kde && inherit kde-base SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" |