diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-02-19 17:01:43 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2010-02-19 17:01:43 +0000 |
commit | 37e0998c44aad0bab0fbb2501645f5441c1e606f (patch) | |
tree | 7e9237bbc7ec1ab1ed76d43fb1147181e8cabcdc /media-sound | |
parent | Rev-bumped amarok-2.2.2 to fix the deps and to ask for a quick stabilization. (diff) | |
download | historical-37e0998c44aad0bab0fbb2501645f5441c1e606f.tar.gz historical-37e0998c44aad0bab0fbb2501645f5441c1e606f.tar.bz2 historical-37e0998c44aad0bab0fbb2501645f5441c1e606f.zip |
Fixed amarok-utils-2.2.2 SRC_URI (2.2.2 is in stable not unstable).
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok-utils/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/amarok-utils/amarok-utils-2.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/amarok-utils/ChangeLog b/media-sound/amarok-utils/ChangeLog index 33081af2d0be..e5d979322c6a 100644 --- a/media-sound/amarok-utils/ChangeLog +++ b/media-sound/amarok-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amarok-utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.15 2010/02/19 16:57:49 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.16 2010/02/19 17:01:43 jmbsvicetto Exp $ + + 19 Feb 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + amarok-utils-2.2.2.ebuild: + Fixed amarok-utils-2.2.2 SRC_URI (2.2.2 is in stable not unstable). *amarok-utils-2.2.2-r1 (19 Feb 2010) diff --git a/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild b/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild index f2b0c84f068a..cac16ce8f32d 100644 --- a/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild +++ b/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild,v 1.1 2010/01/08 15:50:10 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.2.ebuild,v 1.2 2010/02/19 17:01:43 jmbsvicetto Exp $ EAPI="2" @@ -19,7 +19,7 @@ HOMEPAGE="http://amarok.kde.org/" if [[ ${PV} = *9999* ]]; then SRC_URI="" else - SRC_URI="mirror://kde/unstable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2" + SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2" fi LICENSE="GPL-2" |