From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D2A021381F3 for ; Sat, 17 Nov 2012 23:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DB32E0458; Sat, 17 Nov 2012 23:12:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3F33E0458 for ; Sat, 17 Nov 2012 23:12:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC81733D865 for ; Sat, 17 Nov 2012 23:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 368BEE5436 for ; Sat, 17 Nov 2012 23:11:59 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1353194144.7ff9f74fdd6b0d544075036f2fae5f08532f5866.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/pykde4/pykde4-4.9.49.9999.ebuild kde-base/pykde4/pykde4-4.9.80.ebuild kde-base/pykde4/pykde4-9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 7ff9f74fdd6b0d544075036f2fae5f08532f5866 X-VCS-Branch: master Date: Sat, 17 Nov 2012 23:11:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7434bd96-a269-48a9-8035-3ebe1a02f688 X-Archives-Hash: ddd1b2e334effc8f20b2479420e0e593 commit: 7ff9f74fdd6b0d544075036f2fae5f08532f5866 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Sat Nov 17 23:15:44 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Nov 17 23:15:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7ff9f74f [kde-base/pykde] Add test to IUSE Package-Manager: portage-2.2.0_alpha142 --- kde-base/pykde4/pykde4-4.9.49.9999.ebuild | 2 +- kde-base/pykde4/pykde4-4.9.80.ebuild | 2 +- kde-base/pykde4/pykde4-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.9.49.9999.ebuild b/kde-base/pykde4/pykde4-4.9.49.9999.ebuild index 0b7f34b..204640f 100644 --- a/kde-base/pykde4/pykde4-4.9.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.9.49.9999.ebuild @@ -14,7 +14,7 @@ inherit python portability kde4-base multilib DESCRIPTION="Python bindings for KDE4" KEYWORDS="" -IUSE="debug doc examples semantic-desktop" +IUSE="debug doc examples semantic-desktop test" REQUIRED_USE="test? ( semantic-desktop )" # blocker added due to compatibility issues and error during compile time diff --git a/kde-base/pykde4/pykde4-4.9.80.ebuild b/kde-base/pykde4/pykde4-4.9.80.ebuild index 08b5bf1..313f2eb 100644 --- a/kde-base/pykde4/pykde4-4.9.80.ebuild +++ b/kde-base/pykde4/pykde4-4.9.80.ebuild @@ -14,7 +14,7 @@ inherit python portability kde4-base multilib DESCRIPTION="Python bindings for KDE4" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc examples semantic-desktop" +IUSE="debug doc examples semantic-desktop test" REQUIRED_USE="test? ( semantic-desktop )" # blocker added due to compatibility issues and error during compile time diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index da7d576..3b2f3cd 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -14,7 +14,7 @@ inherit python portability kde4-base multilib DESCRIPTION="Python bindings for KDE4" KEYWORDS="" -IUSE="debug doc examples semantic-desktop" +IUSE="debug doc examples semantic-desktop test" REQUIRED_USE="test? ( semantic-desktop )" # blocker added due to compatibility issues and error during compile time