diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-08 19:04:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-08 19:04:23 +0000 |
commit | b96693dec32f0c33a30bc3680a0d617329c77741 (patch) | |
tree | eaf5fb0c8a9c2420fbf1ad534a7ee21fa9b21f02 /media-libs/phonon | |
parent | Allow building of icedtea with icedtea-bin-6, bug 389885 (diff) | |
download | gentoo-2-b96693dec32f0c33a30bc3680a0d617329c77741.tar.gz gentoo-2-b96693dec32f0c33a30bc3680a0d617329c77741.tar.bz2 gentoo-2-b96693dec32f0c33a30bc3680a0d617329c77741.zip |
QA: fix GIT_ECLASS setting, so that the ebuild actually works. Thanks to Davide Bettio for reporting.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/phonon')
-rw-r--r-- | media-libs/phonon/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/phonon/phonon-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/phonon/ChangeLog b/media-libs/phonon/ChangeLog index eb19b0bc8c5d..176efd0de1b3 100644 --- a/media-libs/phonon/ChangeLog +++ b/media-libs/phonon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/phonon # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.22 2011/10/30 23:22:41 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.23 2011/11/08 19:04:23 flameeyes Exp $ + + 08 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> phonon-9999.ebuild: + QA: fix GIT_ECLASS setting, so that the ebuild actually works. Thanks to + Davide Bettio for reporting. *phonon-4.5.1-r1 (30 Oct 2011) *phonon-4.5.0-r2 (30 Oct 2011) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 1a3a07932ed0..0008e0961efc 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v 1.11 2011/10/28 13:36:15 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v 1.12 2011/11/08 19:04:23 flameeyes Exp $ EAPI=4 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/src/${P}.tar.xz" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" - SCM_ECLASS="git-2" else + SCM_ECLASS="git-2" EGIT_REPO_URI="git://anongit.kde.org/${PN}" KEYWORDS="" fi |