diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 16:58:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 16:58:02 +0000 |
commit | 36e1aa88c2afdd908a23fd6673399dee03b9074a (patch) | |
tree | 7f1193638b91491dda3184a9dce4ef2252744025 /x11-apps/xset | |
parent | Work around 2.4 kernels by changing from a dep to checking for 2.4 linux-head... (diff) | |
download | gentoo-2-36e1aa88c2afdd908a23fd6673399dee03b9074a.tar.gz gentoo-2-36e1aa88c2afdd908a23fd6673399dee03b9074a.tar.bz2 gentoo-2-36e1aa88c2afdd908a23fd6673399dee03b9074a.zip |
Stable on amd64 and x86.
(Portage version: 2.1.1_pre1-r2)
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 4f8e736317ca..3fbf82c1f339 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.19 2006/04/29 16:48:35 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.20 2006/06/30 16:58:02 wolf31o2 Exp $ + + 30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> xset-1.0.2.ebuild: + Stable on amd64 and x86. *xset-1.0.2 (29 Apr 2006) diff --git a/x11-apps/xset/xset-1.0.2.ebuild b/x11-apps/xset/xset-1.0.2.ebuild index efbc7dbcf2b2..ecde5c0d1d33 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.1 2006/04/29 16:48:35 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.2.ebuild,v 1.2 2006/06/30 16:58:02 wolf31o2 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}" |