diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-16 15:17:23 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-16 15:17:23 +0000 |
commit | 709a9a9eb9a50bf298688584a56b42f9b1196840 (patch) | |
tree | 65e6b8710f162dae0b839fe5fe7648209d804fc3 /x11-apps/xset | |
parent | amd64 stable wrt #202443 (diff) | |
download | gentoo-2-709a9a9eb9a50bf298688584a56b42f9b1196840.tar.gz gentoo-2-709a9a9eb9a50bf298688584a56b42f9b1196840.tar.bz2 gentoo-2-709a9a9eb9a50bf298688584a56b42f9b1196840.zip |
Stable on ppc wrt bug 202087
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r-- | x11-apps/xset/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog index 3695298857c3..0458878e41cd 100644 --- a/x11-apps/xset/ChangeLog +++ b/x11-apps/xset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xset # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.33 2007/12/15 15:34:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.34 2007/12/16 15:17:23 nixnut Exp $ + + 16 Dec 2007; nixnut <nixnut@gentoo.org> xset-1.0.3.ebuild: + Stable on ppc wrt bug 202087 15 Dec 2007; Doug Klima <cardoe@gentoo.org> xset-1.0.3.ebuild: amd64 stable wrt bug #202087 diff --git a/x11-apps/xset/xset-1.0.3.ebuild b/x11-apps/xset/xset-1.0.3.ebuild index 03104bbb32c7..77926186b1e9 100644 --- a/x11-apps/xset/xset-1.0.3.ebuild +++ b/x11-apps/xset/xset-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.3.ebuild,v 1.4 2007/12/15 15:34:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.3.ebuild,v 1.5 2007/12/16 15:17:23 nixnut Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="X.Org xset application" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86 ~x86-fbsd" RDEPEND="x11-libs/libXmu x11-libs/libXfontcache" |