Skip to content

Commit

Permalink
eclass: Raise minimal KDE Plasma and Frameworks versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Sep 27, 2015
1 parent aad4287 commit 19707a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/kde5-functions.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ esac
# @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
# @DESCRIPTION:
# Minimal Frameworks version to require for the package.
: ${FRAMEWORKS_MINIMAL:=5.13.0}
: ${FRAMEWORKS_MINIMAL:=5.14.0}

# @ECLASS-VARIABLE: PLASMA_MINIMAL
# @DESCRIPTION:
# Minimal Plasma version to require for the package.
: ${PLASMA_MINIMAL:=5.3.2}
: ${PLASMA_MINIMAL:=5.4.1}

# @ECLASS-VARIABLE: KDE_APPS_MINIMAL
# @DESCRIPTION:
Expand Down

0 comments on commit 19707a4

Please sign in to comment.