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 4F201138A1F for ; Wed, 16 Apr 2014 19:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5B3BE0B1D; Wed, 16 Apr 2014 19:49:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 727A0E0B1D for ; Wed, 16 Apr 2014 19:49:00 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 360873402E0 for ; Wed, 16 Apr 2014 19:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E26B9180E8 for ; Wed, 16 Apr 2014 19:48:54 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1397677711.c1ed63ca28e884bcc3fa1b556756fa57cd0ae859.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/solid/solid-9999.ebuild X-VCS-Directories: kde-frameworks/solid/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c1ed63ca28e884bcc3fa1b556756fa57cd0ae859 X-VCS-Branch: master Date: Wed, 16 Apr 2014 19:48:54 +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: 58233831-afe8-4008-900f-3fb818249a96 X-Archives-Hash: ac3a6bc737b52303de7011da8af74684 commit: c1ed63ca28e884bcc3fa1b556756fa57cd0ae859 Author: Michael Palimaka gentoo org> AuthorDate: Wed Apr 16 19:48:21 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Apr 16 19:48:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c1ed63ca [kde-frameworks/solid] Remove unused configure option. Upstream removed the UPnP backend. Upstream commit: 3ccea64968a27e4947d62121217e57a79924a193 Package-Manager: portage-2.2.8-r1 --- kde-frameworks/solid/solid-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/kde-frameworks/solid/solid-9999.ebuild b/kde-frameworks/solid/solid-9999.ebuild index 65e0f20..d7bf428 100644 --- a/kde-frameworks/solid/solid-9999.ebuild +++ b/kde-frameworks/solid/solid-9999.ebuild @@ -24,10 +24,7 @@ DEPEND="${RDEPEND} " src_configure() { - # HUpnp is currently disabled upstream due to - # being buggy and unmaintained local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_HUpnp=true $(cmake-utils_use_find_package udev UDev) )