diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-14 14:23:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-14 14:23:16 +0000 |
commit | df495a8d6ce23f523ef689c25ee277cfa8a2c773 (patch) | |
tree | 68d4aceaf741403e7bac9ff620409b29acd207fa /net-im/licq | |
parent | Version bump wrt #296880, thanks to Andy Crook for reporting. (diff) | |
download | gentoo-2-df495a8d6ce23f523ef689c25ee277cfa8a2c773.tar.gz gentoo-2-df495a8d6ce23f523ef689c25ee277cfa8a2c773.tar.bz2 gentoo-2-df495a8d6ce23f523ef689c25ee277cfa8a2c773.zip |
whitespace
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/licq-1.3.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/licq/licq-1.3.8.ebuild b/net-im/licq/licq-1.3.8.ebuild index c2b11583cc91..09f159ea1e07 100644 --- a/net-im/licq/licq-1.3.8.ebuild +++ b/net-im/licq/licq-1.3.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.8.ebuild,v 1.1 2009/12/14 14:22:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.8.ebuild,v 1.2 2009/12/14 14:23:16 ssuominen Exp $ EAPI=2 CMAKE_USE_DIR="${S}/plugins/qt4-gui" inherit cmake-utils DESCRIPTION="ICQ Client with v8 support" -HOMEPAGE="http://www.licq.org/" +HOMEPAGE="http://www.licq.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" @@ -56,7 +56,7 @@ src_configure() { src_compile() { emake || die - + local x for x in ${licq_plugins}; do cd "${S}"/plugins/${x} |