diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-17 18:02:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-17 18:02:42 +0000 |
commit | 73f045817de3a298406cdae0bf86f383ea6677bc (patch) | |
tree | 7076402f311b498cfeade9f55d0f50793fbb3858 /kde-base/kapptemplate | |
parent | Bump to latest version to fix bug #154816. (diff) | |
download | gentoo-2-73f045817de3a298406cdae0bf86f383ea6677bc.tar.gz gentoo-2-73f045817de3a298406cdae0bf86f383ea6677bc.tar.bz2 gentoo-2-73f045817de3a298406cdae0bf86f383ea6677bc.zip |
Don't depend on only 3.5.5, to avoid having problem with dependencies if arches marked this stable before rest of kde 3.5.5.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-3.5.5.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 60217e46fa61..09366c94d537 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.33 2006/11/17 17:58:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.34 2006/11/17 18:02:42 flameeyes Exp $ + + 17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + kapptemplate-3.5.5.ebuild: + Don't depend on only 3.5.5, to avoid having problem with dependencies if + arches marked this stable before rest of kde 3.5.5. *kapptemplate-3.5.5 (17 Nov 2006) diff --git a/kde-base/kapptemplate/kapptemplate-3.5.5.ebuild b/kde-base/kapptemplate/kapptemplate-3.5.5.ebuild index b12388b3632a..86604d2c640d 100644 --- a/kde-base/kapptemplate/kapptemplate-3.5.5.ebuild +++ b/kde-base/kapptemplate/kapptemplate-3.5.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.5.ebuild,v 1.1 2006/11/17 17:58:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.5.ebuild,v 1.2 2006/11/17 18:02:42 flameeyes Exp $ KMNAME=kdesdk MAXKDEVER=3.5.5 -KM_DEPRANGE="$PV $MAXKDEVER" +KM_DEPRANGE="3.5.0 $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KAppTemplate - A shell script that will create the necessary framework to develop various KDE applications" |