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 66259138010 for ; Fri, 31 Aug 2012 09:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07A6EE05D5; Fri, 31 Aug 2012 09:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ACDD2E059B for ; Fri, 31 Aug 2012 09:15:06 +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 DEB8333D7CB for ; Fri, 31 Aug 2012 09:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 29549E5445 for ; Fri, 31 Aug 2012 09:15:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1346401856.b5535ffbfcf526e992ba52eedbf880fc06ead65f.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: x11-misc/tinynotify-send/ X-VCS-Repository: dev/mgorny X-VCS-Files: x11-misc/tinynotify-send/tinynotify-send-9999.ebuild X-VCS-Directories: x11-misc/tinynotify-send/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5535ffbfcf526e992ba52eedbf880fc06ead65f X-VCS-Branch: master Date: Fri, 31 Aug 2012 09:15:03 +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: 22bbd79c-0ebf-4650-8eaf-21334b53cf55 X-Archives-Hash: 9bd5cc9a8081f92649e8bedc591bc521 commit: b5535ffbfcf526e992ba52eedbf880fc06ead65f Author: Michał Górny gentoo org> AuthorDate: Thu Aug 30 22:23:56 2012 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 31 08:30:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b5535ffb x11-misc/tinynotify-send: Update to block only libnotify[symlink]. (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit) --- .../tinynotify-send/tinynotify-send-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild index 9c3b014..db49cc7 100644 --- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild +++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild @@ -24,7 +24,7 @@ IUSE="symlink" RDEPEND="x11-libs/libtinynotify ~x11-libs/libtinynotify-cli-${PV} - symlink? ( !x11-libs/libnotify )" + symlink? ( !x11-libs/libnotify[symlink] )" DEPEND="${RDEPEND} virtual/pkgconfig"