diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 08:15:20 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 08:15:20 +0000 |
commit | 0231c549833c39ce11b99476beec477f5effac0b (patch) | |
tree | 3a69212409c9186e0149c8d835ec81fa1db84530 /kde-base/ktimezoned | |
parent | [kde-base/kstyles] Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3 (diff) | |
download | historical-0231c549833c39ce11b99476beec477f5effac0b.tar.gz historical-0231c549833c39ce11b99476beec477f5effac0b.tar.bz2 historical-0231c549833c39ce11b99476beec477f5effac0b.zip |
[kde-base/ktimezoned] Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-base/ktimezoned')
-rw-r--r-- | kde-base/ktimezoned/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktimezoned/ktimezoned-4.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ktimezoned/ChangeLog b/kde-base/ktimezoned/ChangeLog index a311dbfdecb8..0dd18d60aab7 100644 --- a/kde-base/ktimezoned/ChangeLog +++ b/kde-base/ktimezoned/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktimezoned # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ChangeLog,v 1.58 2010/05/03 22:05:22 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ChangeLog,v 1.59 2010/05/04 08:15:20 alexxy Exp $ + + 04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> ktimezoned-4.4.3.ebuild: + Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -ktimezoned-4.4.1.ebuild: Drop KDE SC 4.4.1 diff --git a/kde-base/ktimezoned/ktimezoned-4.4.3.ebuild b/kde-base/ktimezoned/ktimezoned-4.4.3.ebuild index 95f5271d6e09..34c1ddab0aba 100644 --- a/kde-base/ktimezoned/ktimezoned-4.4.3.ebuild +++ b/kde-base/ktimezoned/ktimezoned-4.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ktimezoned-4.4.3.ebuild,v 1.1 2010/05/03 21:23:19 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ktimezoned-4.4.3.ebuild,v 1.2 2010/05/04 08:15:20 alexxy Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="KDE: Timezone daemon" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |