diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-08 16:42:01 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-08 16:42:01 +0000 |
commit | 4c002aad9ac87dccce33f12ceedf50124299ab32 (patch) | |
tree | 64d3349fabcfe20f548c7d1171e27fe5745512d9 /kde-base | |
parent | Inform users to install gst-plugins they want themselfs. (diff) | |
download | gentoo-2-4c002aad9ac87dccce33f12ceedf50124299ab32.tar.gz gentoo-2-4c002aad9ac87dccce33f12ceedf50124299ab32.tar.bz2 gentoo-2-4c002aad9ac87dccce33f12ceedf50124299ab32.zip |
alpha/ia64 stable wrt #176297
(Portage version: 2.1.2.11)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-3.5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index a1590fab007e..7fb3e0b78090 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcalc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.66 2007/08/07 20:38:11 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.67 2007/08/08 16:42:01 armin76 Exp $ + + 08 Aug 2007; Raúl Porcel <armin76@gentoo.org> kcalc-3.5.7.ebuild: + alpha/ia64 stable wrt #176297 07 Aug 2007; Joseph Jezak <josejx@gentoo.org> kcalc-3.5.7.ebuild: Marked ppc stable. diff --git a/kde-base/kcalc/kcalc-3.5.7.ebuild b/kde-base/kcalc/kcalc-3.5.7.ebuild index b4b122745262..edb7dd6e7002 100644 --- a/kde-base/kcalc/kcalc-3.5.7.ebuild +++ b/kde-base/kcalc/kcalc-3.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-3.5.7.ebuild,v 1.4 2007/08/07 20:38:11 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-3.5.7.ebuild,v 1.5 2007/08/08 16:42:01 armin76 Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE Calculator" -KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="kdehiddenvisibility" DEPEND="dev-libs/gmp" |