diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:45:55 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:45:55 +0000 |
commit | d0c68caec134b6c6f9ff7cad5835cba70c1c05cc (patch) | |
tree | 22a5e51f1f5b4f6d6db11631323e5856eebf6029 /x11-libs/qt-svg | |
parent | Add prefix support, revbump due to otherwise unresolvable USE deps (diff) | |
download | gentoo-2-d0c68caec134b6c6f9ff7cad5835cba70c1c05cc.tar.gz gentoo-2-d0c68caec134b6c6f9ff7cad5835cba70c1c05cc.tar.bz2 gentoo-2-d0c68caec134b6c6f9ff7cad5835cba70c1c05cc.zip |
Add prefix support, revbump due to otherwise unresolvable USE deps
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-svg')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.6.0-r1.ebuild (renamed from x11-libs/qt-svg/qt-svg-4.6.0.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index 252b4308189e..a5947c57342b 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.56 2009/12/01 18:11:40 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.57 2009/12/25 15:45:55 abcd Exp $ + +*qt-svg-4.6.0-r1 (25 Dec 2009) + + 25 Dec 2009; Jonathan Callen <abcd@gentoo.org> -qt-svg-4.6.0.ebuild, + +qt-svg-4.6.0-r1.ebuild: + Add prefix support, revbump due to otherwise unresolvable USE deps 01 Dec 2009; Theo Chatzimichos <tampakrap@gentoo.org> -qt-svg-4.6.0_rc1.ebuild: diff --git a/x11-libs/qt-svg/qt-svg-4.6.0.ebuild b/x11-libs/qt-svg/qt-svg-4.6.0-r1.ebuild index d2c3af5ec6a3..8c38fc1555c6 100644 --- a/x11-libs/qt-svg/qt-svg-4.6.0.ebuild +++ b/x11-libs/qt-svg/qt-svg-4.6.0-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.6.0.ebuild,v 1.1 2009/12/01 15:00:46 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.6.0-r1.ebuild,v 1.1 2009/12/25 15:45:55 abcd Exp $ EAPI="2" inherit qt4-build DESCRIPTION="The SVG module for the Qt toolkit" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="iconv" -DEPEND="~x11-libs/qt-gui-${PV}[debug=]" +DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=]" RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES=" |