diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 23:49:21 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 23:49:21 +0000 |
commit | c6a2f970cc770ff8ac286312fca48263fe298633 (patch) | |
tree | f21efb954801c0725d113181864f0407a1193f14 | |
parent | Fix accidently added keywords (diff) | |
download | gentoo-2-c6a2f970cc770ff8ac286312fca48263fe298633.tar.gz gentoo-2-c6a2f970cc770ff8ac286312fca48263fe298633.tar.bz2 gentoo-2-c6a2f970cc770ff8ac286312fca48263fe298633.zip |
Fix accidently added keywords
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | kde-base/kdesu/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdesu/kdesu-4.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kdesu/ChangeLog b/kde-base/kdesu/ChangeLog index 060eaefa9ae2..7fa3718fab51 100644 --- a/kde-base/kdesu/ChangeLog +++ b/kde-base/kdesu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdesu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.114 2009/06/04 12:15:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.115 2009/06/04 23:49:21 alexxy Exp $ + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> kdesu-4.2.4.ebuild: + Fix accidently added keywords *kdesu-4.2.4 (04 Jun 2009) diff --git a/kde-base/kdesu/kdesu-4.2.4.ebuild b/kde-base/kdesu/kdesu-4.2.4.ebuild index fc09df8a6247..f67861fa07d5 100644 --- a/kde-base/kdesu/kdesu-4.2.4.ebuild +++ b/kde-base/kdesu/kdesu-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/kdesu/kdesu-4.2.4.ebuild,v 1.1 2009/06/04 12:15:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.2.4.ebuild,v 1.2 2009/06/04 23:49:21 alexxy Exp $ EAPI="2" @@ -10,7 +10,7 @@ inherit kde4-meta # FIXME: Is default command ( su/sudo ) still configurable, # if not, USE-flag ? DESCRIPTION="KDE: gui for su(1)" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug +handbook" src_configure() { |