Added pkgconfig to DEPEND to solve bug #153354 by "Evil Compile Person" <bugs at...
authorAndrej Kacian <ticho@gentoo.org>
Sun, 29 Oct 2006 22:49:09 +0000 (22:49 +0000)
committerAndrej Kacian <ticho@gentoo.org>
Sun, 29 Oct 2006 22:49:09 +0000 (22:49 +0000)
Package-Manager: portage-2.1.2_pre3-r8

media-sound/ncmpc/ChangeLog
media-sound/ncmpc/ncmpc-0.11.0.ebuild
media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild
media-sound/ncmpc/ncmpc-0.11.1.ebuild

index 3dbf24a86d10e786a52ba37869fe12976b44e066..42a40f6dc7b35907bc2e8acf295cccd6510335d9 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ncmpc
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.20 2006/09/10 18:02:33 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.21 2006/10/29 22:49:09 ticho Exp $
+
+  29 Oct 2006; Andrej Kacian <ticho@gentoo.org> ncmpc-0.11.0.ebuild,
+  ncmpc-0.11.1.ebuild, ncmpc-0.11.1-r1.ebuild:
+  Added pkgconfig to DEPEND to solve bug #153354 by "Evil Compile Person"
+  <bugs at dev.gentooexperimental.org>.
 
   10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
   ncmpc-0.11.1-r1.ebuild:
index 09464f0afe162b433f0903c451653322282052d1..c8648a8df1262ac8fb874e80b7cbd7c51e05e227 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.0.ebuild,v 1.6 2006/03/08 17:50:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.0.ebuild,v 1.7 2006/10/29 22:49:09 ticho Exp $
 
 IUSE=""
 
@@ -15,7 +15,8 @@ KEYWORDS="ppc x86 sparc amd64"
 RDEPEND="sys-libs/ncurses
        dev-libs/popt
        >=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 src_install() {
        make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \
index 8e945ed1119be266e7ea094681c4c45e31095665..7a1c4bccb7dd801d0dbe394d6400a325c42fba51 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.8 2006/09/10 18:02:33 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.9 2006/10/29 22:49:09 ticho Exp $
 
 DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
 HOMEPAGE="http://www.musicpd.org/?page=ncmpc"
@@ -14,7 +14,8 @@ KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd"
 RDEPEND="sys-libs/ncurses
        dev-libs/popt
        >=dev-libs/glib-2.4"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 pkg_setup() {
        use search-screen && einfo "Please note that the search-screen is experimental"
index 9f1b268bf19f7e2827cdcb58af6a9010c009747b..5e9751eb1d1b325019ad9c1cd4357bbdc416b403 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1.ebuild,v 1.6 2006/03/08 17:50:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1.ebuild,v 1.7 2006/10/29 22:49:09 ticho Exp $
 
 IUSE=""
 
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 hppa ppc sparc x86"
 RDEPEND="sys-libs/ncurses
        dev-libs/popt
        >=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 src_install() {
        make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \