diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-09 23:32:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-09 23:32:26 +0200 |
commit | fbd5db0dcbd89bb8ec2130ca97734bbc16e3cce4 (patch) | |
tree | ded21b1cc3d1bb35efa5a6661e97a421e2e11809 /eclass | |
parent | kde-frameworks/ki18n: Tarball respun (diff) | |
download | kde-fbd5db0dcbd89bb8ec2130ca97734bbc16e3cce4.tar.gz kde-fbd5db0dcbd89bb8ec2130ca97734bbc16e3cce4.tar.bz2 kde-fbd5db0dcbd89bb8ec2130ca97734bbc16e3cce4.zip |
kde.org.eclass: Mark KDE Frameworks 5.93.0 as released
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 2f43aba314..e4bde18bfb 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -135,7 +135,7 @@ esac # 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.93.0 ) +KDE_UNRELEASED=( ) HOMEPAGE="https://kde.org/" |