diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-04-27 11:19:20 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-04-27 11:19:20 +0000 |
commit | f019393e8e6c2bdcdcc9c210e90b1c2f700cfbab (patch) | |
tree | ec963fc62f7dcbb3858f936ea89ff21e1ed4b4d5 | |
parent | Add LEX, YACC variable and missing pkg-config DEPEND for bug #218614 (diff) | |
download | gentoo-2-f019393e8e6c2bdcdcc9c210e90b1c2f700cfbab.tar.gz gentoo-2-f019393e8e6c2bdcdcc9c210e90b1c2f700cfbab.tar.bz2 gentoo-2-f019393e8e6c2bdcdcc9c210e90b1c2f700cfbab.zip |
Add missing pkg-config dependency
(Portage version: 2.1.4.4)
-rw-r--r-- | app-laptop/pommed/ChangeLog | 6 | ||||
-rw-r--r-- | app-laptop/pommed/pommed-1.14.ebuild | 5 | ||||
-rw-r--r-- | app-laptop/pommed/pommed-1.16.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-laptop/pommed/ChangeLog b/app-laptop/pommed/ChangeLog index 45cc781419c7..48c0e9050b61 100644 --- a/app-laptop/pommed/ChangeLog +++ b/app-laptop/pommed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/pommed # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.26 2008/04/27 10:42:46 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.27 2008/04/27 11:19:20 cedk Exp $ + + 27 Apr 2008; Cédric Krier <cedk@gentoo.org> pommed-1.14.ebuild, + pommed-1.16.ebuild: + Add missing pkg-config dependency 27 Apr 2008; Cédric Krier <cedk@gentoo.org> -files/pommed-1.11.patch, +files/pommed-1.14.patch, files/pommed-1.16.patch, pommed-1.14.ebuild: diff --git a/app-laptop/pommed/pommed-1.14.ebuild b/app-laptop/pommed/pommed-1.14.ebuild index 684a247ec2db..e9f6c6b7cd0d 100644 --- a/app-laptop/pommed/pommed-1.14.ebuild +++ b/app-laptop/pommed/pommed-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.14.ebuild,v 1.7 2008/04/27 10:42:46 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.14.ebuild,v 1.8 2008/04/27 11:19:20 cedk Exp $ inherit eutils toolchain-funcs @@ -26,7 +26,8 @@ DEPEND="media-libs/alsa-lib gtk? ( >=x11-libs/gtk+-2 >=gnome-base/libglade-2 ) X? ( x11-libs/libX11 - x11-libs/libXpm )" + x11-libs/libXpm ) + dev-util/pkgconfig" RDEPEND="${DEPEND} media-sound/alsa-utils virtual/eject" diff --git a/app-laptop/pommed/pommed-1.16.ebuild b/app-laptop/pommed/pommed-1.16.ebuild index 91b98c261d73..514101fa1780 100644 --- a/app-laptop/pommed/pommed-1.16.ebuild +++ b/app-laptop/pommed/pommed-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.16.ebuild,v 1.2 2008/04/05 23:21:31 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.16.ebuild,v 1.3 2008/04/27 11:19:20 cedk Exp $ inherit eutils toolchain-funcs @@ -26,7 +26,8 @@ DEPEND="media-libs/alsa-lib gtk? ( >=x11-libs/gtk+-2 >=gnome-base/libglade-2 ) X? ( x11-libs/libX11 - x11-libs/libXpm )" + x11-libs/libXpm ) + dev-util/pkgconfig" RDEPEND="${DEPEND} media-sound/alsa-utils virtual/eject" |