diff options
Diffstat (limited to 'kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild')
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild index 732b64615b53..f1575b3c1d6c 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild,v 1.1 2012/03/06 23:35:24 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild,v 1.2 2012/03/07 01:22:42 dilfridge Exp $ EAPI=4 @@ -21,7 +21,7 @@ HOMEPAGE="http://www.oxygen-icons.org/" # filename of one of the tarballs [[ ${PV} == *9999 ]] || \ SRC_URI=" - !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${MY_P}.tar.xz ) + !bindist? ( http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.repacked.tar.xz ) bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) " |