diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-05-24 20:54:58 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-05-24 20:54:58 +0000 |
commit | c2b4c78b5c29343ec370e8ef4f6df5c838247173 (patch) | |
tree | 23fb023da90d8b4fcfc76652b07dec39634ae2b6 /eclass/kde4-functions.eclass | |
parent | arm stable, bug #335657 (diff) | |
download | gentoo-2-c2b4c78b5c29343ec370e8ef4f6df5c838247173.tar.gz gentoo-2-c2b4c78b5c29343ec370e8ef4f6df5c838247173.tar.bz2 gentoo-2-c2b4c78b5c29343ec370e8ef4f6df5c838247173.zip |
Add 4.7 to the list of possible slots
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r-- | eclass/kde4-functions.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 2945a75c9d45..0afc7292d671 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.47 2011/04/26 16:19:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.48 2011/05/24 20:54:58 abcd Exp $ inherit versionator @@ -48,7 +48,7 @@ fi # @DESCRIPTION: # The slots used by all KDE versions later than 4.0. The live KDE releases use # KDE_LIVE_SLOTS instead. Values should be ordered. -KDE_SLOTS=( "4.1" "4.2" "4.3" "4.4" "4.5" "4.6" ) +KDE_SLOTS=( "4.1" "4.2" "4.3" "4.4" "4.5" "4.6" "4.7" ) # @ECLASS-VARIABLE: KDE_LIVE_SLOTS # @DESCRIPTION: |