From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60EA013832E for ; Thu, 18 Aug 2016 15:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A769E0B3E; Thu, 18 Aug 2016 15:44:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3C5BE0B3E for ; Thu, 18 Aug 2016 15:44:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAB5E340688 for ; Thu, 18 Aug 2016 15:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 744BD2430 for ; Thu, 18 Aug 2016 15:44:48 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1471535084.5990d180d5b834fdef9eaf9839474a7e5ca36b46.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany-plugins/geany-plugins-1.28.ebuild X-VCS-Directories: dev-util/geany-plugins/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5990d180d5b834fdef9eaf9839474a7e5ca36b46 X-VCS-Branch: master Date: Thu, 18 Aug 2016 15:44:48 +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: bd61479c-12ab-41aa-9580-222ea56636d8 X-Archives-Hash: db82d6819679dd12149e6827f0a5b7b0 commit: 5990d180d5b834fdef9eaf9839474a7e5ca36b46 Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 18 15:44:30 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 18 15:44:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5990d180 dev-util/geany-plugins: Fixed USE-dependency on dev-util/geany Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> dev-util/geany-plugins/geany-plugins-1.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/geany-plugins/geany-plugins-1.28.ebuild b/dev-util/geany-plugins/geany-plugins-1.28.ebuild index dae5ab5..8603c74 100644 --- a/dev-util/geany-plugins/geany-plugins-1.28.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.28.ebuild @@ -31,7 +31,7 @@ WEBKIT_COMMON_DEPEND="gtk3? ( x11-libs/gtk+:2 )" -COMMON_DEPEND=">=dev-util/geany-1.26[gtk3?] +COMMON_DEPEND=">=dev-util/geany-1.26[gtk3=] dev-libs/glib:2 dev-libs/libxml2:2 autoclose? ( ${GTK_COMMON_DEPEND} )