diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-24 20:30:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-24 20:30:50 +0000 |
commit | 37014ebbbd2831ebd61c19f6d4981011cdaa8f62 (patch) | |
tree | a7e2eda5a8cdc8d25f4b834ea95f05fda687e1af /kde-base/kooka | |
parent | Fix DEPEND/RDEPEND. (diff) | |
download | historical-37014ebbbd2831ebd61c19f6d4981011cdaa8f62.tar.gz historical-37014ebbbd2831ebd61c19f6d4981011cdaa8f62.tar.bz2 historical-37014ebbbd2831ebd61c19f6d4981011cdaa8f62.zip |
Fix DEPEND/RDEPEND.
Package-Manager: portage-2.1.2_pre1-r1
Diffstat (limited to 'kde-base/kooka')
-rw-r--r-- | kde-base/kooka/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kooka/kooka-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kooka/kooka-3.5.3.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kooka/kooka-3.5.4.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog index bb5e2dacd76d..ee20e2638fc6 100644 --- a/kde-base/kooka/ChangeLog +++ b/kde-base/kooka/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kooka # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.52 2006/09/17 22:53:05 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.53 2006/09/24 20:26:14 flameeyes Exp $ + + 24 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> kooka-3.5.2.ebuild, + kooka-3.5.3.ebuild, kooka-3.5.4.ebuild: + Fix DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kooka-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kooka/kooka-3.5.2.ebuild b/kde-base/kooka/kooka-3.5.2.ebuild index 34f20a1089e2..6a240d521801 100644 --- a/kde-base/kooka/kooka-3.5.2.ebuild +++ b/kde-base/kooka/kooka-3.5.2.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/kde-base/kooka/kooka-3.5.2.ebuild,v 1.10 2006/09/03 11:00:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.2.ebuild,v 1.11 2006/09/24 20:26:14 flameeyes Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -12,7 +12,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan) media-libs/tiff" - +RDEPEND="${DEPEND}" KMCOPYLIB="libkscan libkscan" KMEXTRACTONLY="libkscan" diff --git a/kde-base/kooka/kooka-3.5.3.ebuild b/kde-base/kooka/kooka-3.5.3.ebuild index 3309c057ccc7..5662fb9bbfb7 100644 --- a/kde-base/kooka/kooka-3.5.3.ebuild +++ b/kde-base/kooka/kooka-3.5.3.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/kde-base/kooka/kooka-3.5.3.ebuild,v 1.2 2006/06/22 12:55:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.3.ebuild,v 1.3 2006/09/24 20:26:14 flameeyes Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan) media-libs/tiff" - +RDEPEND="${DEPEND}" KMCOPYLIB="libkscan libkscan" KMEXTRACTONLY="libkscan" diff --git a/kde-base/kooka/kooka-3.5.4.ebuild b/kde-base/kooka/kooka-3.5.4.ebuild index 558829e9b1be..17d17403e983 100644 --- a/kde-base/kooka/kooka-3.5.4.ebuild +++ b/kde-base/kooka/kooka-3.5.4.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/kde-base/kooka/kooka-3.5.4.ebuild,v 1.1 2006/07/25 07:13:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.4.ebuild,v 1.2 2006/09/24 20:26:14 flameeyes Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="$(deprange 3.5.3 $MAXKDEVER kde-base/libkscan) media-libs/tiff" - +RDEPEND="${DEPEND}" KMCOPYLIB="libkscan libkscan" KMEXTRACTONLY="libkscan" |