diff options
Diffstat (limited to 'x11-libs/qwtpolar')
-rw-r--r-- | x11-libs/qwtpolar/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qwtpolar/ChangeLog b/x11-libs/qwtpolar/ChangeLog index 37b7308619cf..57bf20cedce7 100644 --- a/x11-libs/qwtpolar/ChangeLog +++ b/x11-libs/qwtpolar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qwtpolar # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtpolar/ChangeLog,v 1.6 2011/12/19 21:54:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtpolar/ChangeLog,v 1.7 2011/12/23 07:01:15 jlec Exp $ + + 23 Dec 2011; Justin Lecher <jlec@gentoo.org> qwtpolar-1.0.0.ebuild: + Correct slot for qwt 5 -> 6, #395737 *qwtpolar-1.0.0 (19 Dec 2011) diff --git a/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild b/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild index 986621f0fb50..b222d7e70c8d 100644 --- a/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild +++ b/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild,v 1.1 2011/12/19 21:54:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild,v 1.2 2011/12/23 07:01:15 jlec Exp $ EAPI=4 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/qwt:5[svg]" +RDEPEND="x11-libs/qwt:6[svg]" DEPEND="${RDEPEND} app-arch/unzip" |