diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-20 15:17:54 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-20 15:17:54 +0000 |
commit | b31d74367d25ac28cbbb16292db463ffc7726c0e (patch) | |
tree | e897e6a47ddaac402bb023225005b2d7e53ae547 /x11-misc/xcompmgr | |
parent | Revision bump; fixes bug 82810. New patch layout since we're starting to get ... (diff) | |
download | gentoo-2-b31d74367d25ac28cbbb16292db463ffc7726c0e.tar.gz gentoo-2-b31d74367d25ac28cbbb16292db463ffc7726c0e.tar.bz2 gentoo-2-b31d74367d25ac28cbbb16292db463ffc7726c0e.zip |
stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index 3cca98e62cda..0a69d35bb2c6 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcompmgr -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.11 2004/11/06 00:19:36 spyderous Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.12 2005/04/20 15:16:57 blubb Exp $ + + 20 Apr 2005; Simon Stelling <blubb@gentoo.org> xcompmgr-1.1.ebuild: + stable on amd64 05 Nov 2004; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml: Remove longdescription, it's wrong. diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.ebuild index 6b8d8c58c80a..c58c9d678037 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.ebuild,v 1.3 2004/11/06 00:06:59 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.ebuild,v 1.4 2005/04/20 15:16:57 blubb Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://freedesktop.org/~xapps/release/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc amd64" RDEPEND=">=x11-base/xorg-x11-6.8.0" |