diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-12-17 21:29:37 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-12-17 21:29:37 +0000 |
commit | f92582509b3c8ca4c218fba50080a9937d4f5f47 (patch) | |
tree | 791d9e76b096aa51ee3214fac5274cc53bb743f0 /x11-apps/sessreg | |
parent | This package is now called xineramaproto. (diff) | |
download | gentoo-2-f92582509b3c8ca4c218fba50080a9937d4f5f47.tar.gz gentoo-2-f92582509b3c8ca4c218fba50080a9937d4f5f47.tar.bz2 gentoo-2-f92582509b3c8ca4c218fba50080a9937d4f5f47.zip |
Add ~sparc keyword as part of X-modular testing.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-apps/sessreg')
-rw-r--r-- | x11-apps/sessreg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/sessreg/sessreg-0.99.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/sessreg/ChangeLog b/x11-apps/sessreg/ChangeLog index d02040b68ffc..42b6d092a95c 100644 --- a/x11-apps/sessreg/ChangeLog +++ b/x11-apps/sessreg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/sessreg # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.4 2005/12/09 06:37:43 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.5 2005/12/17 21:29:37 fmccor Exp $ + + 17 Dec 2005; Ferris McCormick <fmccor@gentoo.org> sessreg-0.99.2.ebuild: + Add ~sparc keyword as part of X-modular testing. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -sessreg-0.99.1.ebuild: diff --git a/x11-apps/sessreg/sessreg-0.99.2.ebuild b/x11-apps/sessreg/sessreg-0.99.2.ebuild index bc7ece04efa3..f34a4fb95bfb 100644 --- a/x11-apps/sessreg/sessreg-0.99.2.ebuild +++ b/x11-apps/sessreg/sessreg-0.99.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-0.99.2.ebuild,v 1.1 2005/12/04 21:50:33 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-0.99.2.ebuild,v 1.2 2005/12/17 21:29:37 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org sessreg application" -KEYWORDS="~mips ~x86" +KEYWORDS="~mips ~sparc ~x86" RDEPEND="" DEPEND="${RDEPEND} x11-proto/xproto" |