diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-02-07 01:23:09 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-02-07 01:23:09 +0000 |
commit | d55fed6bad656551670f3cf7068165f27cd94a56 (patch) | |
tree | 2256cb9f7cd1baa543a52c1bfb5a236960bd0495 /kde-base/ktimezoned | |
parent | Add ~x86-fbsd wrt bug #430072 (diff) | |
download | gentoo-2-d55fed6bad656551670f3cf7068165f27cd94a56.tar.gz gentoo-2-d55fed6bad656551670f3cf7068165f27cd94a56.tar.bz2 gentoo-2-d55fed6bad656551670f3cf7068165f27cd94a56.zip |
Add ~x86-fbsd wrt bug #430072
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'kde-base/ktimezoned')
-rw-r--r-- | kde-base/ktimezoned/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktimezoned/ktimezoned-4.9.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ktimezoned/ChangeLog b/kde-base/ktimezoned/ChangeLog index fbe93a124bcc..5cef4a6bb534 100644 --- a/kde-base/ktimezoned/ChangeLog +++ b/kde-base/ktimezoned/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktimezoned # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ChangeLog,v 1.148 2013/01/28 12:13:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ChangeLog,v 1.149 2013/02/07 01:23:09 naota Exp $ + + 07 Feb 2013; Naohiro Aota <naota@gentoo.org> ktimezoned-4.9.5.ebuild: + Add ~x86-fbsd wrt bug #430072 28 Jan 2013; Agostino Sarubbo <ago@gentoo.org> -ktimezoned-4.9.3.ebuild, -ktimezoned-4.9.4.ebuild: diff --git a/kde-base/ktimezoned/ktimezoned-4.9.5.ebuild b/kde-base/ktimezoned/ktimezoned-4.9.5.ebuild index df4f865c27bc..af128d5b3bab 100644 --- a/kde-base/ktimezoned/ktimezoned-4.9.5.ebuild +++ b/kde-base/ktimezoned/ktimezoned-4.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ktimezoned-4.9.5.ebuild,v 1.4 2013/01/27 23:55:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimezoned/ktimezoned-4.9.5.ebuild,v 1.5 2013/02/07 01:23:09 naota Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kde-runtime" inherit kde4-meta DESCRIPTION="KDE: Timezone daemon" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |