diff options
author | Jason Wever <weeve@gentoo.org> | 2006-01-22 04:15:42 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-01-22 04:15:42 +0000 |
commit | 4f432f4178b28bf9a4964fd25158438047ea55ee (patch) | |
tree | e3f01a193c54777ce78c4238b4739d5320088818 /x11-misc/xcompmgr | |
parent | Version bump, fixed security bug 119548. (diff) | |
download | historical-4f432f4178b28bf9a4964fd25158438047ea55ee.tar.gz historical-4f432f4178b28bf9a4964fd25158438047ea55ee.tar.bz2 historical-4f432f4178b28bf9a4964fd25158438047ea55ee.zip |
Added ~sparc keyword wrt bug #117828.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcompmgr/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index a8aff2f39cf5..4596860b155f 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcompmgr -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.16 2005/10/31 18:42:28 joshuabaergen Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.17 2006/01/22 04:15:42 weeve Exp $ + + 22 Jan 2006; Jason Wever <weeve@gentoo.org> xcompmgr-1.1.3.ebuild: + Added ~sparc keyword wrt bug #117828. *xcompmgr-1.1.3 (31 Oct 2005) diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index db808841ae72..ac6127879dca 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1,4 +1,4 @@ -MD5 437e89717871b2fef627759655dac19f ChangeLog 2635 +MD5 8f5ca76f1f7159893beccf3a765e2633 ChangeLog 2737 MD5 07e5ec00d181e904a58ae4d14a14b7e3 files/digest-xcompmgr-1.1 63 MD5 5ebc56e1119bbc9faa58495dac4d0643 files/digest-xcompmgr-1.1.1 66 MD5 abb351442f7f3b3cfb8c001f852632a0 files/digest-xcompmgr-1.1.2 65 @@ -7,5 +7,5 @@ MD5 fcac96a3388e51713ee63c0c8f861c8e files/xcompmgr-fix.diff 832 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 MD5 c213ee6c4fb070f148bbc520e93bd9dd xcompmgr-1.1.1.ebuild 596 MD5 f4a5d00b0cc0756562ab510a285ecf4a xcompmgr-1.1.2.ebuild 720 -MD5 919bb38f6980b7ad723c0c8f733cc431 xcompmgr-1.1.3.ebuild 724 +MD5 3b79691298bbc491e508cd29c07d1760 xcompmgr-1.1.3.ebuild 723 MD5 f3967a8321ed1d9e2e1e22ba9bb8dc8f xcompmgr-1.1.ebuild 774 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild index 29225ea41c82..5b7c02724aae 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild,v 1.1 2005/10/31 18:42:28 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild,v 1.2 2006/01/22 04:15:42 weeve Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://xapps.freedesktop.org/release/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="|| ( ( x11-libs/libXrender |