diff options
-rw-r--r-- | x11-misc/andromeda/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/andromeda/andromeda-0.2.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/andromeda/ChangeLog b/x11-misc/andromeda/ChangeLog index e68c231cb143..dcf81f7afbd3 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.1 2012/04/29 08:57:23 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.2 2012/04/30 10:51:09 yngwin Exp $ + + 30 Apr 2012; Ben de Groot <yngwin@gentoo.org> andromeda-0.2.1.ebuild: + Up the dependencies to Qt 4.8.0. Fixes bug #414093. *andromeda-0.2.1 (29 Apr 2012) diff --git a/x11-misc/andromeda/andromeda-0.2.1.ebuild b/x11-misc/andromeda/andromeda-0.2.1.ebuild index 4e03ea3b10ce..7e54045e3f40 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 # 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.1 2012/04/29 08:57:23 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.2.1.ebuild,v 1.2 2012/04/30 10:51:09 yngwin Exp $ EAPI=4 @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND=">=x11-libs/qt-core-4.7.0:4 - >=x11-libs/qt-gui-4.7.0:4 - >=x11-libs/qt-webkit-4.7.0:4" +DEPEND=">=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="${DEPEND}" DOCS="TODO.txt dist/changes-*" |