diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-12-25 18:14:57 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-12-25 18:14:57 +0000 |
commit | bb61324542429b02e8ae3cfca42c0d775ab78d1c (patch) | |
tree | addd453293da1642e739a9f5c061c7b3fda043cb /media-libs/amanith | |
parent | Add ~sparc wrt #266193 (diff) | |
download | gentoo-2-bb61324542429b02e8ae3cfca42c0d775ab78d1c.tar.gz gentoo-2-bb61324542429b02e8ae3cfca42c0d775ab78d1c.tar.bz2 gentoo-2-bb61324542429b02e8ae3cfca42c0d775ab78d1c.zip |
Remove deprecated dependency on x11-libs/qt
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/amanith')
-rw-r--r-- | media-libs/amanith/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/amanith/amanith-0.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/amanith/ChangeLog b/media-libs/amanith/ChangeLog index 18313ff15255..1610e16fc897 100644 --- a/media-libs/amanith/ChangeLog +++ b/media-libs/amanith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/amanith # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.7 2009/07/19 19:18:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.8 2009/12/25 18:14:57 yngwin Exp $ + + 25 Dec 2009; Ben de Groot <yngwin@gentoo.org> amanith-0.3-r2.ebuild: + Remove deprecated dependency on x11-libs/qt 19 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> amanith-0.3-r2.ebuild, +files/amanith-0.3-gcc44.patch: diff --git a/media-libs/amanith/amanith-0.3-r2.ebuild b/media-libs/amanith/amanith-0.3-r2.ebuild index f41473de45df..09eafde31bbc 100644 --- a/media-libs/amanith/amanith-0.3-r2.ebuild +++ b/media-libs/amanith/amanith-0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.4 2009/07/19 19:18:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.5 2009/12/25 18:14:57 yngwin Exp $ EAPI="1" inherit eutils toolchain-funcs qt4 @@ -19,7 +19,7 @@ DEPEND=" opengl? ( media-libs/glew ) png? ( >=media-libs/libpng-1.2.10 ) truetype? ( >=media-libs/freetype-2.2.1 ) - || ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )" + x11-libs/qt-gui:4" S=${WORKDIR}/${PN} |