From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QuXaC-0000aX-Ag for garchives@archives.gentoo.org; Fri, 19 Aug 2011 22:30:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0199821C03D; Fri, 19 Aug 2011 22:30:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BCA5A21C03D for ; Fri, 19 Aug 2011 22:30:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D9D11B402E for ; Fri, 19 Aug 2011 22:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7E73280040 for ; Fri, 19 Aug 2011 22:30:22 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: net-libs/qtweetlib/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/qtweetlib/qtweetlib-9999.ebuild X-VCS-Directories: net-libs/qtweetlib/ X-VCS-Committer: j0hu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bb9b29c71e4168c69887fde669711e1287e15303 Date: Fri, 19 Aug 2011 22:30:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 61dc4d85bdec5d4cbfca55d25df85dc5 commit: bb9b29c71e4168c69887fde669711e1287e15303 Author: Johannes Huber gmx de> AuthorDate: Fri Aug 19 22:32:09 2011 +0000 Commit: Johannes Huber gmx de> CommitDate: Fri Aug 19 22:32:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dbb9b29c7 [net-libs/qtweetlib] Fix keywords use typo --- net-libs/qtweetlib/qtweetlib-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/qtweetlib/qtweetlib-9999.ebuild b/net-libs/qtweetli= b/qtweetlib-9999.ebuild index c8cd13d..5a2d17b 100644 --- a/net-libs/qtweetlib/qtweetlib-9999.ebuild +++ b/net-libs/qtweetlib/qtweetlib-9999.ebuild @@ -18,8 +18,8 @@ HOMEPAGE=3D"https://github.com/minimoog/QTweetLib" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"debug" -IUSE=3D"" +KEYWORDS=3D"" +IUSE=3D"debug" =20 DEPEND=3D" >=3Ddev-libs/qjson-0.7.1