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 | 9c97feffde4e901340ec36c2836066f90c277830 (patch) | |
tree | e4ae28ff63730774b632cab9ba01d6494e6166aa /app-laptop/pommed/pommed-1.14.ebuild | |
parent | Add LEX, YACC variable and missing pkg-config DEPEND for bug #218614 (diff) | |
download | historical-9c97feffde4e901340ec36c2836066f90c277830.tar.gz historical-9c97feffde4e901340ec36c2836066f90c277830.tar.bz2 historical-9c97feffde4e901340ec36c2836066f90c277830.zip |
Add missing pkg-config dependency
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-laptop/pommed/pommed-1.14.ebuild')
-rw-r--r-- | app-laptop/pommed/pommed-1.14.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |