diff options
author | Andreas K. Huettel (dilfridge) <mail@akhuettel.de> | 2012-06-08 03:33:37 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <mail@akhuettel.de> | 2012-06-08 03:33:37 +0200 |
commit | 74a1d7f949b35c97e74842aa3a6d13ae00018c97 (patch) | |
tree | 0d2962063b344e71364c24c1b322e459f80dec75 /kde-base/oxygen-icons/oxygen-icons-9999.ebuild | |
parent | Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/kde (diff) | |
download | kde-74a1d7f949b35c97e74842aa3a6d13ae00018c97.tar.gz kde-74a1d7f949b35c97e74842aa3a6d13ae00018c97.tar.bz2 kde-74a1d7f949b35c97e74842aa3a6d13ae00018c97.zip |
[kde-4.8.90] Untested version bump
Diffstat (limited to 'kde-base/oxygen-icons/oxygen-icons-9999.ebuild')
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild index 0e6401b9db..3a7a53f615 100644 --- a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then KMNAME="kdesupport" else # Upstream does not ship releases properly so we dont want all versions - MY_PV="4.8.80" + MY_PV="4.8.90" MY_P="${PN}-${MY_PV}" fi KDE_REQUIRED="never" @@ -18,7 +18,7 @@ DESCRIPTION="Oxygen SVG icon theme." HOMEPAGE="http://www.oxygen-icons.org/" [[ ${PV} == *9999 ]] || \ SRC_URI=" - !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${MY_P}.repacked.tar.xz ) + !bindist? ( http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.repacked.tar.xz ) bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) " |