diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-05 00:39:39 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-05 00:39:39 +0000 |
commit | c4cf75bdac9327b0f16ca9789264857d0fbc0733 (patch) | |
tree | a08167b4af610a2c6dde065ef9bc58f9aa3a713b /kde-base/kdesdk-scripts | |
parent | Fix accidently added keywords (diff) | |
download | historical-c4cf75bdac9327b0f16ca9789264857d0fbc0733.tar.gz historical-c4cf75bdac9327b0f16ca9789264857d0fbc0733.tar.bz2 historical-c4cf75bdac9327b0f16ca9789264857d0fbc0733.zip |
Fix accidently added keywords
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kdesdk-scripts')
-rw-r--r-- | kde-base/kdesdk-scripts/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kdesdk-scripts/ChangeLog b/kde-base/kdesdk-scripts/ChangeLog index d7629a3cf0a1..57712e2fec74 100644 --- a/kde-base/kdesdk-scripts/ChangeLog +++ b/kde-base/kdesdk-scripts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdesdk-scripts # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.100 2009/06/04 12:13:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.101 2009/06/04 23:48:02 alexxy Exp $ + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + kdesdk-scripts-4.2.4.ebuild: + Fix accidently added keywords *kdesdk-scripts-4.2.4 (04 Jun 2009) diff --git a/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild b/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild index 1259fbebf6cf..680933cb07e5 100644 --- a/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild +++ b/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild,v 1.1 2009/06/04 12:13:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild,v 1.2 2009/06/04 23:48:02 alexxy Exp $ EAPI="2" @@ -9,7 +9,7 @@ KMMODULE="scripts" inherit kde4-meta DESCRIPTION="Kdesdk Scripts - Some useful scripts for the development of applications" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug +handbook" src_prepare() { |