diff options
-rw-r--r-- | dev-util/kdevplatform/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/kdevplatform/kdevplatform-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/kdevplatform/ChangeLog b/dev-util/kdevplatform/ChangeLog index 80b89cbde3be..66d8ce53da21 100644 --- a/dev-util/kdevplatform/ChangeLog +++ b/dev-util/kdevplatform/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kdevplatform # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.53 2011/04/12 22:22:34 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.54 2011/05/09 08:36:58 tomka Exp $ + + 09 May 2011; Thomas Kahle <tomka@gentoo.org> kdevplatform-1.2.2.ebuild: + x86 stable per bug 354033 12 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org> kdevplatform-1.2.2.ebuild: diff --git a/dev-util/kdevplatform/kdevplatform-1.2.2.ebuild b/dev-util/kdevplatform/kdevplatform-1.2.2.ebuild index c30566304f19..128834c65412 100644 --- a/dev-util/kdevplatform/kdevplatform-1.2.2.ebuild +++ b/dev-util/kdevplatform/kdevplatform-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.2.ebuild,v 1.2 2011/04/12 22:22:34 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.2.ebuild,v 1.3 2011/05/09 08:36:58 tomka Exp $ EAPI=4 @@ -14,7 +14,7 @@ inherit kde4-base DESCRIPTION="KDE development support libraries and apps" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" # Moved to playground for now # bazaar kompare mercurial LICENSE="GPL-2 LGPL-2" |