summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-04-19 13:37:58 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2010-04-19 13:37:58 +0000
commitab9087b94f2f0bed79fa5cf1449ab48a477322e8 (patch)
tree674176cdfe82007162469b9c22a58f054a47e6d9 /media-sound/amarok-utils
parent[media-sound/amarok-2.3.0.90] Fixing SRC_URI as betas are in the unstable tre... (diff)
downloadgentoo-2-ab9087b94f2f0bed79fa5cf1449ab48a477322e8.tar.gz
gentoo-2-ab9087b94f2f0bed79fa5cf1449ab48a477322e8.tar.bz2
gentoo-2-ab9087b94f2f0bed79fa5cf1449ab48a477322e8.zip
[media-sound/amarok-utils-2.3.0.90] Fixing SRC_URI as betas are in the unstable tree - thanks to Torsten (tove).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/amarok-utils')
-rw-r--r--media-sound/amarok-utils/ChangeLog7
-rw-r--r--media-sound/amarok-utils/amarok-utils-2.3.0.90.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/amarok-utils/ChangeLog b/media-sound/amarok-utils/ChangeLog
index b17b6894e857..7a6d1edb86bd 100644
--- a/media-sound/amarok-utils/ChangeLog
+++ b/media-sound/amarok-utils/ChangeLog
@@ -1,6 +1,11 @@
# 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.21 2010/04/17 16:07:26 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.22 2010/04/19 13:37:58 jmbsvicetto Exp $
+
+ 19 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ amarok-utils-2.3.0.90.ebuild:
+ [media-sound/amarok-utils-2.3.0.90] Fixing SRC_URI as betas are in the
+ unstable tree - thanks to Torsten (tove).
*amarok-utils-2.3.0.90 (17 Apr 2010)
diff --git a/media-sound/amarok-utils/amarok-utils-2.3.0.90.ebuild b/media-sound/amarok-utils/amarok-utils-2.3.0.90.ebuild
index c8ad02650ed1..b5fbeef6b22d 100644
--- a/media-sound/amarok-utils/amarok-utils-2.3.0.90.ebuild
+++ b/media-sound/amarok-utils/amarok-utils-2.3.0.90.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.3.0.90.ebuild,v 1.1 2010/04/17 16:07:26 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.3.0.90.ebuild,v 1.2 2010/04/19 13:37:58 jmbsvicetto Exp $
EAPI="2"
@@ -19,7 +19,7 @@ HOMEPAGE="http://amarok.kde.org/"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
else
- SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2"
+ SRC_URI="mirror://kde/unstable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2"
fi
LICENSE="GPL-2"