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 E6EB41399E0 for ; Wed, 2 Sep 2015 16:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8891B1419B; Wed, 2 Sep 2015 16:10:51 +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 310B11419B for ; Wed, 2 Sep 2015 16:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1D4433F9D2 for ; Wed, 2 Sep 2015 16:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56F07183 for ; Wed, 2 Sep 2015 16:10:47 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1441210238.3598e157177f763e291787d6242da160bb173fbd.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pnmixer/pnmixer-9999.ebuild X-VCS-Directories: media-sound/pnmixer/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: 3598e157177f763e291787d6242da160bb173fbd X-VCS-Branch: master Date: Wed, 2 Sep 2015 16:10:47 +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: 1bf72661-3bb6-4237-bf52-f9c6f29e20c7 X-Archives-Hash: 6f4bc19365f7145de97d6f4d32996188 commit: 3598e157177f763e291787d6242da160bb173fbd Author: Julian Ospald gentoo org> AuthorDate: Wed Sep 2 16:10:06 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Wed Sep 2 16:10:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3598e157 media-sound/pnmixer: update live-ebuild media-sound/pnmixer/pnmixer-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild index 822a98e..102795c 100644 --- a/media-sound/pnmixer/pnmixer-9999.ebuild +++ b/media-sound/pnmixer/pnmixer-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 WANT_LIBTOOL=none -inherit autotools eutils gnome2-utils git-2 +inherit autotools eutils gnome2-utils git-r3 DESCRIPTION="Volume mixer for the system tray" HOMEPAGE="https://github.com/nicklan/pnmixer" @@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2 x11-libs/libX11 libnotify? ( x11-libs/libnotify )" DEPEND="${RDEPEND} - sys-devel/gettext + dev-util/intltool virtual/pkgconfig" src_prepare() {