diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:20:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:20:53 +0000 |
commit | 138ecf55e311875642ea26036832f9bd8b74b02c (patch) | |
tree | 70f315ceef53a8765b24f98b36e682c64cb9ecb3 /x11-libs/qwt | |
parent | fix repoman warnings (diff) | |
download | historical-138ecf55e311875642ea26036832f9bd8b74b02c.tar.gz historical-138ecf55e311875642ea26036832f9bd8b74b02c.tar.bz2 historical-138ecf55e311875642ea26036832f9bd8b74b02c.zip |
Repoman warnings
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qwt')
-rw-r--r-- | x11-libs/qwt/qwt-4.2.0-r3.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/qwt/qwt-5.0.2-r1.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/qwt/qwt-5.1.1.ebuild | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-libs/qwt/qwt-4.2.0-r3.ebuild b/x11-libs/qwt/qwt-4.2.0-r3.ebuild index 3b777e51c8cc..69b0a28bea6d 100644 --- a/x11-libs/qwt/qwt-4.2.0-r3.ebuild +++ b/x11-libs/qwt/qwt-4.2.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0-r3.ebuild,v 1.7 2008/07/28 21:48:46 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0-r3.ebuild,v 1.8 2009/05/05 08:20:09 ssuominen Exp $ EAPI=1 @@ -14,7 +14,8 @@ KEYWORDS="amd64 ia64 ppc ppc64 x86" SLOT="0" IUSE="doc examples" -DEPEND="x11-libs/qt:3" +RDEPEND="x11-libs/qt:3" +DEPEND="${RDEPEND}" src_compile () { # Remove hardcoded -fno-exceptions from CXXFLAGS diff --git a/x11-libs/qwt/qwt-5.0.2-r1.ebuild b/x11-libs/qwt/qwt-5.0.2-r1.ebuild index 3e398c055339..d70aca33c98e 100644 --- a/x11-libs/qwt/qwt-5.0.2-r1.ebuild +++ b/x11-libs/qwt/qwt-5.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.0.2-r1.ebuild,v 1.14 2008/07/30 15:20:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.0.2-r1.ebuild,v 1.15 2009/05/05 08:20:09 ssuominen Exp $ EAPI=1 @@ -14,10 +14,11 @@ KEYWORDS="amd64 hppa ~ia64 ppc ppc64 sparc x86" SLOT="5" IUSE="doc svg" -DEPEND="|| ( +RDEPEND="|| ( ( x11-libs/qt-gui:4 svg? ( x11-libs/qt-svg:4 ) ) =x11-libs/qt-4.3*:4 )" +DEPEND="${RDEPEND}" src_compile () { # Configuration file diff --git a/x11-libs/qwt/qwt-5.1.1.ebuild b/x11-libs/qwt/qwt-5.1.1.ebuild index b1c3825ed6c5..a9b16622408e 100644 --- a/x11-libs/qwt/qwt-5.1.1.ebuild +++ b/x11-libs/qwt/qwt-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.1.1.ebuild,v 1.2 2009/05/05 07:30:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.1.1.ebuild,v 1.3 2009/05/05 08:20:09 ssuominen Exp $ EAPI=1 inherit multilib qt4 @@ -13,10 +13,11 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="5" IUSE="doc svg" -DEPEND="|| ( +RDEPEND="|| ( ( x11-libs/qt-gui:4 svg? ( x11-libs/qt-svg:4 ) ) =x11-libs/qt-4.3*:4 )" +DEPEND="${RDEPEND}" src_compile () { # Configuration file |