diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-16 09:25:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-16 09:25:05 +0000 |
commit | e6610233b7ec594b9655e744cd624ceaac1dc26c (patch) | |
tree | 1a6a42dcd6aab9e491ea194b7095b150f1ec9d17 /kde-base/kttsd | |
parent | Shorten description. (diff) | |
download | gentoo-2-e6610233b7ec594b9655e744cd624ceaac1dc26c.tar.gz gentoo-2-e6610233b7ec594b9655e744cd624ceaac1dc26c.tar.bz2 gentoo-2-e6610233b7ec594b9655e744cd624ceaac1dc26c.zip |
Make pkgconfig a build-type dependency.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'kde-base/kttsd')
-rw-r--r-- | kde-base/kttsd/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.4.1.ebuild | 10 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.4.2.ebuild | 10 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.4.3.ebuild | 10 |
4 files changed, 24 insertions, 14 deletions
diff --git a/kde-base/kttsd/ChangeLog b/kde-base/kttsd/ChangeLog index a6dffbc839c3..4057032acc43 100644 --- a/kde-base/kttsd/ChangeLog +++ b/kde-base/kttsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kttsd -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.37 2006/01/22 22:53:07 danarmak Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.38 2006/02/16 09:25:05 flameeyes Exp $ + + 16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> kttsd-3.4.1.ebuild, + kttsd-3.4.2.ebuild, kttsd-3.4.3.ebuild: + Make pkgconfig a build-type dependency. *kttsd-3.5.1 (23 Jan 2006) diff --git a/kde-base/kttsd/kttsd-3.4.1.ebuild b/kde-base/kttsd/kttsd-3.4.1.ebuild index fe4e2f83f109..906f6c494797 100644 --- a/kde-base/kttsd/kttsd-3.4.1.ebuild +++ b/kde-base/kttsd/kttsd-3.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.1.ebuild,v 1.8 2005/12/05 22:32:33 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.1.ebuild,v 1.9 2006/02/16 09:25:05 flameeyes Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,8 +11,7 @@ KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="gstreamer" DEPEND="arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol) - gstreamer? ( =media-libs/gstreamer-0.8* ) - >=dev-util/pkgconfig-0.9.0" + gstreamer? ( =media-libs/gstreamer-0.8* )" RDEPEND="${DEPEND} arts? ( || ( app-accessibility/festival @@ -24,6 +23,9 @@ RDEPEND="${DEPEND} app-accessibility/epos app-accessibility/flite ) )" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0" + pkg_setup() { kde_pkg_setup if use gstreamer; then diff --git a/kde-base/kttsd/kttsd-3.4.2.ebuild b/kde-base/kttsd/kttsd-3.4.2.ebuild index 01a3ee488d4b..b2ebc2f9b9d2 100644 --- a/kde-base/kttsd/kttsd-3.4.2.ebuild +++ b/kde-base/kttsd/kttsd-3.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.2.ebuild,v 1.4 2005/12/05 22:32:33 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.2.ebuild,v 1.5 2006/02/16 09:25:05 flameeyes Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,8 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="gstreamer" DEPEND="arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol) - gstreamer? ( =media-libs/gstreamer-0.8* ) - >=dev-util/pkgconfig-0.9.0" + gstreamer? ( =media-libs/gstreamer-0.8* )" RDEPEND="${DEPEND} arts? ( || ( app-accessibility/festival @@ -24,6 +23,9 @@ RDEPEND="${DEPEND} app-accessibility/epos app-accessibility/flite ) )" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0" + pkg_setup() { kde_pkg_setup if use gstreamer; then diff --git a/kde-base/kttsd/kttsd-3.4.3.ebuild b/kde-base/kttsd/kttsd-3.4.3.ebuild index 095892f4a0c3..f1d5f53c61f8 100644 --- a/kde-base/kttsd/kttsd-3.4.3.ebuild +++ b/kde-base/kttsd/kttsd-3.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.3.ebuild,v 1.8 2005/12/10 22:55:25 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.3.ebuild,v 1.9 2006/02/16 09:25:05 flameeyes Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,8 +11,7 @@ KEYWORDS="alpha amd64 ppc ppc64 sparc x86" IUSE="gstreamer" DEPEND="arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol) - gstreamer? ( =media-libs/gstreamer-0.8* ) - >=dev-util/pkgconfig-0.9.0" + gstreamer? ( =media-libs/gstreamer-0.8* )" RDEPEND="${DEPEND} arts? ( || ( app-accessibility/festival @@ -24,6 +23,9 @@ RDEPEND="${DEPEND} app-accessibility/epos app-accessibility/flite ) )" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0" + pkg_setup() { kde_pkg_setup if use gstreamer; then |