Skip to content

Commit

Permalink
kde5-functions.eclass: Raise minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johu authored and kensington committed Aug 13, 2015
1 parent 3509635 commit 8eacd2c
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.11.0}
: ${FRAMEWORKS_MINIMAL:=5.12.0}

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

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

0 comments on commit 8eacd2c

Please sign in to comment.