diff options
author | 2006-07-31 19:50:59 +0000 | |
---|---|---|
committer | 2006-07-31 19:50:59 +0000 | |
commit | c3e71614e8c2d156f5d0309f63b48574643baa1b (patch) | |
tree | 19237d1f0f057e632746412f35f1ecabbce7890a /x11-apps | |
parent | Add patch to fix yet-again more ICQ protocol changes, see KDE BUG #130630. (diff) | |
download | gentoo-2-c3e71614e8c2d156f5d0309f63b48574643baa1b.tar.gz gentoo-2-c3e71614e8c2d156f5d0309f63b48574643baa1b.tar.bz2 gentoo-2-c3e71614e8c2d156f5d0309f63b48574643baa1b.zip |
(#140526) Stable on alpha/amd64/arm/hppa/ia64/mips/ppc/ppc64/sh/sparc/x86.
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkill/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xkill/xkill-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xkill/ChangeLog b/x11-apps/xkill/ChangeLog index f90fff9afeff..91778863c7a6 100644 --- a/x11-apps/xkill/ChangeLog +++ b/x11-apps/xkill/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkill # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.12 2006/02/14 21:29:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/ChangeLog,v 1.13 2006/07/31 19:50:59 dberkholz Exp $ + + 31 Jul 2006; Donnie Berkholz <dberkholz@gentoo.org>; xkill-1.0.1.ebuild: + (#140526) Stable on alpha/amd64/arm/hppa/ia64/mips/ppc/ppc64/sh/sparc/x86. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xkill-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/xkill/xkill-1.0.1.ebuild b/x11-apps/xkill/xkill-1.0.1.ebuild index e2e20c9a0e6a..fd1666949a3f 100644 --- a/x11-apps/xkill/xkill-1.0.1.ebuild +++ b/x11-apps/xkill/xkill-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/xkill-1.0.1.ebuild,v 1.3 2006/02/14 21:29:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkill/xkill-1.0.1.ebuild,v 1.4 2006/07/31 19:50:59 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xkill application" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sh sparc x86" RDEPEND="x11-libs/libX11 x11-libs/libXmu" DEPEND="${RDEPEND}" |