diff options
author | 2009-05-05 08:20:09 +0000 | |
---|---|---|
committer | 2009-05-05 08:20:09 +0000 | |
commit | da51baa34f7761c4824f1f268f2fb8481c0b52e8 (patch) | |
tree | d4c482b77dceb57fba1cb428ef922a2c5090d482 | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-da51baa34f7761c4824f1f268f2fb8481c0b52e8.tar.gz gentoo-2-da51baa34f7761c4824f1f268f2fb8481c0b52e8.tar.bz2 gentoo-2-da51baa34f7761c4824f1f268f2fb8481c0b52e8.zip |
Repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-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 |