diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-12-29 10:20:40 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-12-29 10:20:40 +0000 |
commit | 7a359b378d7a39742106a596ea9497b917c20a94 (patch) | |
tree | 4717cd5648eaefa86d2a0796e86c2589ec0d6543 /kde-base/kfax | |
parent | Make tiff dependency not optional. (diff) | |
download | gentoo-2-7a359b378d7a39742106a596ea9497b917c20a94.tar.gz gentoo-2-7a359b378d7a39742106a596ea9497b917c20a94.tar.bz2 gentoo-2-7a359b378d7a39742106a596ea9497b917c20a94.zip |
Remove dependency on tiff.
(Portage version: 2.0.53)
Diffstat (limited to 'kde-base/kfax')
-rw-r--r-- | kde-base/kfax/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfax/kfax-3.5.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/kde-base/kfax/ChangeLog b/kde-base/kfax/ChangeLog index 342697339b0e..78d070453091 100644 --- a/kde-base/kfax/ChangeLog +++ b/kde-base/kfax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfax # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/ChangeLog,v 1.34 2005/12/17 13:20:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/ChangeLog,v 1.35 2005/12/29 10:20:40 greg_g Exp $ + + 29 Dec 2005; Gregorio Guidi <greg_g@gentoo.org> kfax-3.5.0.ebuild: + Remove dependency on tiff. 17 Dec 2005; Markus Rothe <corsair@gentoo.org> kfax-3.5.0.ebuild: Added ~ppc64 diff --git a/kde-base/kfax/kfax-3.5.0.ebuild b/kde-base/kfax/kfax-3.5.0.ebuild index e8f4935558a9..d3a9bba9c9df 100644 --- a/kde-base/kfax/kfax-3.5.0.ebuild +++ b/kde-base/kfax/kfax-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/kfax-3.5.0.ebuild,v 1.5 2005/12/17 13:20:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/kfax-3.5.0.ebuild,v 1.6 2005/12/29 10:20:40 greg_g Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -11,8 +11,7 @@ DESCRIPTION="KDE G3/G4 fax viewer" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="media-libs/tiff -$(deprange $PV $MAXKDEVER kde-base/kviewshell)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/kviewshell)" KMEXTRA="kfaxview" KMCOPYLIB="libkmultipage kviewshell" |