summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:25:58 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:25:58 +0000
commite573f4d13c5982de7bf8bcb21c41944ec4686da5 (patch)
tree7103d12fae08aaf92de03d75c55937406b954790 /sci-mathematics
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-e573f4d13c5982de7bf8bcb21c41944ec4686da5.tar.gz
gentoo-2-e573f4d13c5982de7bf8bcb21c41944ec4686da5.tar.bz2
gentoo-2-e573f4d13c5982de7bf8bcb21c41944ec4686da5.zip
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/rstudio/ChangeLog5
-rw-r--r--sci-mathematics/rstudio/rstudio-0.97.318.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-mathematics/rstudio/ChangeLog b/sci-mathematics/rstudio/ChangeLog
index 1e84e9077be1..33a0679b03fc 100644
--- a/sci-mathematics/rstudio/ChangeLog
+++ b/sci-mathematics/rstudio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/rstudio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/ChangeLog,v 1.3 2013/02/19 17:06:13 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/ChangeLog,v 1.4 2013/03/02 23:25:58 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> rstudio-0.97.318.ebuild:
+ Move Qt dependencies to the new category
17 Feb 2013; Julian Ospald <hasufell@gentoo.org> metadata.xml:
set correct maintainer
diff --git a/sci-mathematics/rstudio/rstudio-0.97.318.ebuild b/sci-mathematics/rstudio/rstudio-0.97.318.ebuild
index 241b0a9ec59d..6030fb1a8dc0 100644
--- a/sci-mathematics/rstudio/rstudio-0.97.318.ebuild
+++ b/sci-mathematics/rstudio/rstudio-0.97.318.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/rstudio-0.97.318.ebuild,v 1.1 2013/02/16 15:39:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/rstudio-0.97.318.ebuild,v 1.2 2013/03/02 23:25:58 hwoarang Exp $
EAPI=5
@@ -36,11 +36,11 @@ RDEPEND=">=dev-lang/R-2.11.1
>=virtual/jre-1.5
x11-libs/pango
!dedicated? (
- >=x11-libs/qt-core-${QTVER}:${QTSLOT}
- >=x11-libs/qt-dbus-${QTVER}:${QTSLOT}
- >=x11-libs/qt-gui-${QTVER}:${QTSLOT}
- >=x11-libs/qt-webkit-${QTVER}:${QTSLOT}
- >=x11-libs/qt-xmlpatterns-${QTVER}:${QTSLOT}
+ >=dev-qt/qtcore-${QTVER}:${QTSLOT}
+ >=dev-qt/qtdbus-${QTVER}:${QTSLOT}
+ >=dev-qt/qtgui-${QTVER}:${QTSLOT}
+ >=dev-qt/qtwebkit-${QTVER}:${QTSLOT}
+ >=dev-qt/qtxmlpatterns-${QTVER}:${QTSLOT}
server? ( virtual/pam )
)
dedicated? ( virtual/pam )"