summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-23 07:01:15 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-23 07:01:15 +0000
commit57a43d0e8fc6abb60db01e15ab7abfb457f75221 (patch)
tree6af396167cb31585fd0fca335122945324b331c6 /x11-libs/qwtpolar
parentVersion bump. (diff)
downloadgentoo-2-57a43d0e8fc6abb60db01e15ab7abfb457f75221.tar.gz
gentoo-2-57a43d0e8fc6abb60db01e15ab7abfb457f75221.tar.bz2
gentoo-2-57a43d0e8fc6abb60db01e15ab7abfb457f75221.zip
Correct slot for qwt 5 -> 6, #395737
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qwtpolar')
-rw-r--r--x11-libs/qwtpolar/ChangeLog5
-rw-r--r--x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild4
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"