media-sound/audacious: Fix broken manifest

Package-Manager: Portage-2.3.13, Repoman-2.3.4
This commit is contained in:
David Seifert
2017-11-05 14:17:19 +01:00
parent e95fde601a
commit 75c0b1e99a
2 changed files with 4 additions and 4 deletions

View File

@@ -13,11 +13,11 @@ if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git"
else
SRC_URI="mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
SRC_URI+="mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
LICENSE="BSD-2"
SLOT="0"

View File

@@ -13,11 +13,11 @@ if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git"
else
SRC_URI="mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
SRC_URI+="mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
LICENSE="BSD-2"
SLOT="0"