diff options
author | 2008-05-18 15:57:56 +0000 | |
---|---|---|
committer | 2008-05-18 15:57:56 +0000 | |
commit | 5074fb5c7849b94469abb53c50f4153cfd5647c9 (patch) | |
tree | 63c92f79adca816eff66422a864502f5a4295d6d /kde-base/khexedit | |
parent | Add a patch to allow compilation with GCC 4.3. (diff) | |
download | gentoo-2-5074fb5c7849b94469abb53c50f4153cfd5647c9.tar.gz gentoo-2-5074fb5c7849b94469abb53c50f4153cfd5647c9.tar.bz2 gentoo-2-5074fb5c7849b94469abb53c50f4153cfd5647c9.zip |
amd64/x86 stable, bug #221063
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/khexedit')
-rw-r--r-- | kde-base/khexedit/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/khexedit/khexedit-3.5.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/khexedit/ChangeLog b/kde-base/khexedit/ChangeLog index 7d18839e1bb4..996bc08c1c28 100644 --- a/kde-base/khexedit/ChangeLog +++ b/kde-base/khexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/khexedit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/ChangeLog,v 1.85 2008/05/14 12:19:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/ChangeLog,v 1.86 2008/05/18 15:57:56 maekke Exp $ + + 18 May 2008; Markus Meier <maekke@gentoo.org> khexedit-3.5.9.ebuild: + amd64/x86 stable, bug #221063 14 May 2008; Markus Rothe <corsair@gentoo.org> khexedit-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/khexedit/khexedit-3.5.9.ebuild b/kde-base/khexedit/khexedit-3.5.9.ebuild index f2d34797552d..01b67e01d1be 100644 --- a/kde-base/khexedit/khexedit-3.5.9.ebuild +++ b/kde-base/khexedit/khexedit-3.5.9.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/khexedit-3.5.9.ebuild,v 1.6 2008/05/14 12:19:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/khexedit-3.5.9.ebuild,v 1.7 2008/05/18 15:57:56 maekke Exp $ KMNAME=kdeutils EAPI="1" inherit kde-meta eutils DESCRIPTION="KDE hex editor" -KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="kdehiddenvisibility" |