diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:32:09 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:32:09 +0000 |
commit | af848d0d9a87c507f6670e1c29e772dbdcc7e7c4 (patch) | |
tree | f364c662d083e47350f6fff43b9771aef90ecb5b /x11-apps/xdm/xdm-1.1.8.ebuild | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-af848d0d9a87c507f6670e1c29e772dbdcc7e7c4.tar.gz gentoo-2-af848d0d9a87c507f6670e1c29e772dbdcc7e7c4.tar.bz2 gentoo-2-af848d0d9a87c507f6670e1c29e772dbdcc7e7c4.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xdm/xdm-1.1.8.ebuild')
-rw-r--r-- | x11-apps/xdm/xdm-1.1.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/xdm/xdm-1.1.8.ebuild b/x11-apps/xdm/xdm-1.1.8.ebuild index d7909d330f96..e79b0f16de6b 100644 --- a/x11-apps/xdm/xdm-1.1.8.ebuild +++ b/x11-apps/xdm/xdm-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v 1.9 2009/05/04 14:52:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v 1.10 2009/05/05 08:32:09 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -26,8 +26,8 @@ DEPEND="${RDEPEND} x11-proto/xineramaproto x11-proto/xproto" -PATCHES="${FILESDIR}/wtmp.patch - ${FILESDIR}/xwilling-hang.patch" +PATCHES=( "${FILESDIR}"/wtmp.patch + "${FILESDIR}"/xwilling-hang.patch ) pkg_setup() { CONFIGURE_OPTIONS="$(use_enable ipv6) |