diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-09-02 18:10:06 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-09-02 18:10:38 +0200 |
commit | 3598e157177f763e291787d6242da160bb173fbd (patch) | |
tree | e9689671e7ac4e086c0c2ca5c9fbe62f4fa7c792 /media-sound/pnmixer | |
parent | media-sound/pnmixer: rm old 0.6_rc3 (diff) | |
download | gentoo-3598e157177f763e291787d6242da160bb173fbd.tar.gz gentoo-3598e157177f763e291787d6242da160bb173fbd.tar.bz2 gentoo-3598e157177f763e291787d6242da160bb173fbd.zip |
media-sound/pnmixer: update live-ebuild
Diffstat (limited to 'media-sound/pnmixer')
-rw-r--r-- | media-sound/pnmixer/pnmixer-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild index 822a98eb915c..102795cede5e 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() { |