aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-05 15:47:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-05 15:48:52 +0200
commit4e3d80ca9ddc4e0463baa086d2c6d6bf789df6c8 (patch)
tree5588be2e149279ec5537418125fbb2c0cc437237 /eclass
parentprofiles: Add kde-apps-17.08.1 package.mask (diff)
downloadkde-4e3d80ca9ddc4e0463baa086d2c6d6bf789df6c8.tar.gz
kde-4e3d80ca9ddc4e0463baa086d2c6d6bf789df6c8.tar.bz2
kde-4e3d80ca9ddc4e0463baa086d2c6d6bf789df6c8.zip
kde*eclass: Mark KDE Applications 17.08.1 unreleased
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass2
-rw-r--r--eclass/kde5.eclass2
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index ec1082c835..a698afa3b9 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -188,7 +188,7 @@ fi
# An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
# Any package matching this will have fetch restriction enabled, and receive
# a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-apps-17.08.1 )
# Setup packages inheriting this eclass
case ${KDEBASE} in
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 59fe12b9de..530752a728 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -136,7 +136,7 @@ fi
# An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
# Any package matching this will have fetch restriction enabled, and receive
# a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-frameworks-5.38.0 )
+KDE_UNRELEASED=( kde-apps-17.08.1 kde-frameworks-5.38.0 )
if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/"