diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-14 02:32:54 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-14 02:32:54 +0200 |
commit | 40937953b3c8a564ba569bf767b08e0cb16a5170 (patch) | |
tree | 5507ca66c69bed495fc72d7bffd88500bfdb140c /kde-base/oxygen-icons/oxygen-icons-4.12.1.ebuild | |
parent | cc20ddfc8264d4b3e5f71b233902f76d944448b1 (diff) |
our oxygen icons
Diffstat (limited to 'kde-base/oxygen-icons/oxygen-icons-4.12.1.ebuild')
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-4.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/oxygen-icons/oxygen-icons-4.12.1.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.12.1.ebuild index c06bdce4..ba5bf243 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.12.1.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.12.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://www.oxygen-icons.org/" [[ ${PV} == *9999 ]] || \ SRC_URI=" !bindist? ( http://dev.gentoo.org/~dilfrigde/distfiles/${P}.repacked.tar.xz ) - mirror://sabayon/x11-themes/fdo-icons-sabayon${SLREV}.tar.gz + mirror://kogaion/x11-themes/fdo-icons-kogaion${SLREV}.tar.gz bindist? ( ${SRC_URI} ) " @@ -30,5 +30,5 @@ RDEPEND="${DEPEND}" src_prepare() { kde4-base_src_prepare - cp -r "${WORKDIR}"/fdo-icons-sabayon/* "${S}" || die + cp -r "${WORKDIR}"/fdo-icons-kogaion/* "${S}" || die } |