diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-03 07:43:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-03 07:43:56 +0000 |
commit | 327aebfe6090e00522f869da9ee171559209a303 (patch) | |
tree | 353b9dbcb3df79eb6807574bf55ff6c007dd6c6a /kde-base/kfile | |
parent | Bug #323717: Newer kernels change the build of localversion a lot, so we need... (diff) | |
download | historical-327aebfe6090e00522f869da9ee171559209a303.tar.gz historical-327aebfe6090e00522f869da9ee171559209a303.tar.bz2 historical-327aebfe6090e00522f869da9ee171559209a303.zip |
Stable on amd64 wrt bug #322791
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index 55903a216615..da423ecc5121 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.66 2010/07/03 03:23:08 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.67 2010/08/03 07:42:28 hwoarang Exp $ + + 03 Aug 2010; Markos Chandras <hwoarang@gentoo.org> kfile-4.4.5.ebuild: + Stable on amd64 wrt bug #322791 03 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> kfile-4.4.5.ebuild: diff --git a/kde-base/kfile/kfile-4.4.5.ebuild b/kde-base/kfile/kfile-4.4.5.ebuild index 868c357a38a1..f1851c72ed97 100644 --- a/kde-base/kfile/kfile-4.4.5.ebuild +++ b/kde-base/kfile/kfile-4.4.5.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/kfile/kfile-4.4.5.ebuild,v 1.2 2010/07/03 03:23:08 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.4.5.ebuild,v 1.3 2010/08/03 07:42:28 hwoarang Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="A commandline frontend to KFileMetaInfo" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |