summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/andromeda/ChangeLog8
-rw-r--r--x11-misc/andromeda/andromeda-0.2.1.ebuild12
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-misc/andromeda/ChangeLog b/x11-misc/andromeda/ChangeLog
index d144fdbe304e..3a24ba1075bf 100644
--- a/x11-misc/andromeda/ChangeLog
+++ b/x11-misc/andromeda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/andromeda
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.3 2012/05/19 03:41:05 yngwin Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.4 2013/03/02 23:47:01 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> andromeda-0.2.1.ebuild:
+ Move Qt dependencies to the new category
19 May 2012; Ben de Groot <yngwin@gentoo.org> andromeda-0.2.1.ebuild:
Add test useflag and conditional dependency on qt-test (bug #416445)
@@ -13,4 +16,3 @@
29 Apr 2012; Ben de Groot <yngwin@gmail.com> +andromeda-0.2.1.ebuild,
+metadata.xml:
Initial commit of x11-misc/andromeda Qt4 filemanager
-
diff --git a/x11-misc/andromeda/andromeda-0.2.1.ebuild b/x11-misc/andromeda/andromeda-0.2.1.ebuild
index 44b9982a7cef..2201ed01acbc 100644
--- a/x11-misc/andromeda/andromeda-0.2.1.ebuild
+++ b/x11-misc/andromeda/andromeda-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v 1.3 2012/05/19 03:41:05 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v 1.4 2013/03/02 23:47:01 hwoarang Exp $
EAPI=4
@@ -15,11 +15,11 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-RDEPEND=">=x11-libs/qt-core-4.8.0:4
- >=x11-libs/qt-gui-4.8.0:4
- >=x11-libs/qt-webkit-4.8.0:4"
+RDEPEND=">=dev-qt/qtcore-4.8.0:4
+ >=dev-qt/qtgui-4.8.0:4
+ >=dev-qt/qtwebkit-4.8.0:4"
DEPEND="${RDEPEND}
- test? ( >=x11-libs/qt-test-4.8.0:4 )"
+ test? ( >=dev-qt/qttest-4.8.0:4 )"
DOCS="TODO.txt dist/changes-*"
src_unpack() {