diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:56:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:56:40 +0000 |
commit | 3125f16de06eb6face1261cdcd0fc0348f5af400 (patch) | |
tree | 39f48c01479c410e7a72871129b9d1a7ec6a29d1 /x11-misc/efax-gtk | |
parent | remove old ebuild, QA: IUSE, need-kde (diff) | |
download | gentoo-2-3125f16de06eb6face1261cdcd0fc0348f5af400.tar.gz gentoo-2-3125f16de06eb6face1261cdcd0fc0348f5af400.tar.bz2 gentoo-2-3125f16de06eb6face1261cdcd0fc0348f5af400.zip |
add sed-4 dep
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r-- | x11-misc/efax-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-2.2.5a.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog index 2377146be0e8..06eac31e1403 100644 --- a/x11-misc/efax-gtk/ChangeLog +++ b/x11-misc/efax-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/efax-gtk # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.10 2004/06/24 22:16:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.11 2004/06/28 19:53:13 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> efax-gtk-2.2.5a.ebuild: + add sed-4 dep 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> efax-gtk-2.0.7.ebuild, efax-gtk-2.2.4.ebuild: diff --git a/x11-misc/efax-gtk/efax-gtk-2.2.5a.ebuild b/x11-misc/efax-gtk/efax-gtk-2.2.5a.ebuild index 87049f72c5ab..d65be6556c33 100644 --- a/x11-misc/efax-gtk/efax-gtk-2.2.5a.ebuild +++ b/x11-misc/efax-gtk/efax-gtk-2.2.5a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.2.5a.ebuild,v 1.3 2004/06/24 22:16:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.2.5a.ebuild,v 1.4 2004/06/28 19:53:13 agriffis Exp $ DESCRIPTION="GTK+2 frontend for the efax program." @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.0.5 - >=x11-libs/gtk+-2*" + >=x11-libs/gtk+-2* + >=sys-apps/sed-4" RDEPEND=">=net-misc/efax-0.9*" |