diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-06-30 00:34:26 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-06-30 00:34:26 +0000 |
commit | b724acc9710f760663e669aef4c82ddfd203bbd1 (patch) | |
tree | 2a49e80481e2a45b6e57475b28444d444401c8db /media-sound | |
parent | Version bump (diff) | |
download | gentoo-2-b724acc9710f760663e669aef4c82ddfd203bbd1.tar.gz gentoo-2-b724acc9710f760663e669aef4c82ddfd203bbd1.tar.bz2 gentoo-2-b724acc9710f760663e669aef4c82ddfd203bbd1.zip |
fix dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pnmixer/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/pnmixer/ChangeLog b/media-sound/pnmixer/ChangeLog index 44b05beb3920..597d1f4b3202 100644 --- a/media-sound/pnmixer/ChangeLog +++ b/media-sound/pnmixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/pnmixer -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.8 2013/04/27 14:33:15 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.9 2014/06/30 00:34:26 hasufell Exp $ + + 30 Jun 2014; Julian Ospald <hasufell@gentoo.org> + pnmixer-0.6_pre20111213.ebuild: + fix dependencies 27 Apr 2013; Julian Ospald <hasufell@gentoo.org> files/pnmixer-0.6_pre20111213-build.patch: diff --git a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild index bd3a454e5d53..58ef8e108f75 100644 --- a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild +++ b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild,v 1.6 2013/03/03 17:32:19 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild,v 1.7 2014/06/30 00:34:26 hasufell Exp $ EAPI=5 @@ -19,7 +19,8 @@ RDEPEND="media-libs/alsa-lib x11-libs/gtk+:2 x11-libs/libX11 libnotify? ( x11-libs/libnotify )" -DEPEND="sys-devel/gettext +DEPEND="${RDEPEND} + sys-devel/gettext virtual/pkgconfig" src_prepare() { |