diff options
author | 2009-05-05 17:43:52 +0000 | |
---|---|---|
committer | 2009-05-05 17:43:52 +0000 | |
commit | 8c003a432bb7b0124f60ad141a7fe40daac6241d (patch) | |
tree | 8bdb69ad5f56ea58426260cd3fcd80b8183c5c4f | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-8c003a432bb7b0124f60ad141a7fe40daac6241d.tar.gz gentoo-2-8c003a432bb7b0124f60ad141a7fe40daac6241d.tar.bz2 gentoo-2-8c003a432bb7b0124f60ad141a7fe40daac6241d.zip |
Fix repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild index bbfc4a6a45af..e7074b74fcbf 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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-r1.ebuild,v 1.6 2008/10/11 23:48:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild,v 1.7 2009/05/05 17:43:52 ssuominen Exp $ inherit x-modular @@ -15,4 +15,4 @@ RDEPEND="x11-libs/libXrender x11-libs/libXcomposite" DEPEND="${RDEPEND}" -PATCHES="${FILESDIR}/fix-unmapped-window-opacity.patch" +PATCHES=("${FILESDIR}/fix-unmapped-window-opacity.patch") |