diff options
author | 2006-07-09 19:48:27 +0000 | |
---|---|---|
committer | 2006-07-09 19:48:27 +0000 | |
commit | 176873276ce494720863348f0a39b52dbaad420d (patch) | |
tree | c42de16c46e0a4d55cca4522654dc434e6a8d722 /x11-apps/xset | |
parent | fix email address (diff) | |
download | gentoo-2-176873276ce494720863348f0a39b52dbaad420d.tar.gz gentoo-2-176873276ce494720863348f0a39b52dbaad420d.tar.bz2 gentoo-2-176873276ce494720863348f0a39b52dbaad420d.zip |
Stable on ppc.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r-- | x11-apps/xset/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog index 8680d55d6c73..4234629418ac 100644 --- a/x11-apps/xset/ChangeLog +++ b/x11-apps/xset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xset # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.21 2006/06/30 18:16:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.22 2006/07/09 19:48:27 pylon Exp $ + + 09 Jul 2006; Lars Weiler <pylon@gentoo.org> xset-1.0.2.ebuild: + Stable on ppc. 30 Jun 2006; Markus Rothe <corsair@gentoo.org> xset-1.0.2.ebuild: Stable on ppc64 diff --git a/x11-apps/xset/xset-1.0.2.ebuild b/x11-apps/xset/xset-1.0.2.ebuild index 779740d124e4..fc6c5e4b56f2 100644 --- a/x11-apps/xset/xset-1.0.2.ebuild +++ b/x11-apps/xset/xset-1.0.2.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/xset/xset-1.0.2.ebuild,v 1.3 2006/06/30 18:16:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.2.ebuild,v 1.4 2006/07/09 19:48:27 pylon Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org xset application" -KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd" RDEPEND="x11-libs/libXmu" DEPEND="${RDEPEND}" |