diff options
author | 2006-10-11 11:10:58 +0000 | |
---|---|---|
committer | 2006-10-11 11:10:58 +0000 | |
commit | 3234c33c589854addb76e9bd21968b58407da419 (patch) | |
tree | c7aec324afb137704214fa5a89c856a36211a056 /x11-misc/efax-gtk | |
parent | Stable on alpha wrt security Bug #147651. (diff) | |
download | gentoo-2-3234c33c589854addb76e9bd21968b58407da419.tar.gz gentoo-2-3234c33c589854addb76e9bd21968b58407da419.tar.bz2 gentoo-2-3234c33c589854addb76e9bd21968b58407da419.zip |
Add missing dev-util/pkgconfig to DEPEND, see bug #150663.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r-- | x11-misc/efax-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.0.8.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog index 602bfb29e21f..f272e4cfbdfc 100644 --- a/x11-misc/efax-gtk/ChangeLog +++ b/x11-misc/efax-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/efax-gtk # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.20 2006/04/28 00:16:38 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.21 2006/10/11 11:10:58 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> efax-gtk-3.0.8.ebuild, + efax-gtk-3.0.8-r1.ebuild: + Add missing dev-util/pkgconfig to DEPEND, see bug #150663. 28 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-efax-gtk-2.2.9, files/digest-efax-gtk-2.2.16, Manifest: diff --git a/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild b/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild index ffab679b5bc3..4b6d8b13a3fc 100644 --- a/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild +++ b/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild @@ -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/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild,v 1.1 2006/03/18 17:04:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.8-r1.ebuild,v 1.2 2006/10/11 11:10:58 nelchael Exp $ DESCRIPTION="GTK+2 frontend for the efax program." @@ -13,7 +13,8 @@ IUSE="" DEPEND=">=x11-libs/gtk+-2 >=dev-libs/glib-2 >=dev-libs/libsigc++-2 - >=sys-apps/sed-4" + >=sys-apps/sed-4 + dev-util/pkgconfig" src_install() { diff --git a/x11-misc/efax-gtk/efax-gtk-3.0.8.ebuild b/x11-misc/efax-gtk/efax-gtk-3.0.8.ebuild index f951f0635204..a0d781dfc90c 100644 --- a/x11-misc/efax-gtk/efax-gtk-3.0.8.ebuild +++ b/x11-misc/efax-gtk/efax-gtk-3.0.8.ebuild @@ -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/x11-misc/efax-gtk/efax-gtk-3.0.8.ebuild,v 1.2 2006/02/25 16:28:39 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.8.ebuild,v 1.3 2006/10/11 11:10:58 nelchael Exp $ DESCRIPTION="GTK+2 frontend for the efax program." @@ -13,7 +13,8 @@ IUSE="" DEPEND=">=x11-libs/gtk+-2 >=dev-libs/glib-2 >=dev-libs/libsigc++-2 - >=sys-apps/sed-4" + >=sys-apps/sed-4 + dev-util/pkgconfig" RDEPEND=">=net-misc/efax-0.9" |