commit: 06123599f7639db30c68a758cf4ec49a1a67d9a8
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 10:30:37 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 10:30:37 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=06123599
dev-libs/libqtxdg: update SRC_URI
---
dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 2a514f1..99d0b71 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
- SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+ SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}"
fi