diff options
author | 2011-12-08 17:21:45 +0000 | |
---|---|---|
committer | 2011-12-08 17:21:45 +0000 | |
commit | f21a36190c6df1fdab46e9de4beb145a83a09eef (patch) | |
tree | 91bffee4ea060a43468be1e42d6534e5ae29db27 /eclass | |
parent | x86 stable wrt bug #393429 (diff) | |
download | historical-f21a36190c6df1fdab46e9de4beb145a83a09eef.tar.gz historical-f21a36190c6df1fdab46e9de4beb145a83a09eef.tar.bz2 historical-f21a36190c6df1fdab46e9de4beb145a83a09eef.zip |
Update HOMEPAGE (bug #388133).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d7b1acd4e6e7..572d9da7bb16 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.36 2011/12/07 00:29:38 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.37 2011/12/08 17:21:45 pesa Exp $ + + 08 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: + Update HOMEPAGE (bug #388133). 07 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: Disappear disappeared devs. diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index ceaff3f95511..01a77700c781 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.101 2011/11/19 20:52:50 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.102 2011/12/08 17:21:45 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -14,7 +14,7 @@ inherit base eutils multilib toolchain-funcs flag-o-matic versionator MY_PV=${PV/_/-} MY_P=qt-everywhere-opensource-src-${MY_PV} -HOMEPAGE="http://qt.nokia.com/" +HOMEPAGE="http://qt.nokia.com/ http://qt-project.org/" SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" LICENSE="|| ( LGPL-2.1 GPL-3 )" |