diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:18:13 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:18:13 +0000 |
commit | 04e9584eff80947fe7ad0a7df48e94a9c399c9ba (patch) | |
tree | 463fee0efa0e8706dd95c4f42eb327638b66a4f2 /x11-libs/libXt | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-04e9584eff80947fe7ad0a7df48e94a9c399c9ba.tar.gz gentoo-2-04e9584eff80947fe7ad0a7df48e94a9c399c9ba.tar.bz2 gentoo-2-04e9584eff80947fe7ad0a7df48e94a9c399c9ba.zip |
Fix more repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXt')
-rw-r--r-- | x11-libs/libXt/libXt-1.0.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libXt/libXt-1.0.5.ebuild b/x11-libs/libXt/libXt-1.0.5.ebuild index 6939abd4e416..7637ac1acd67 100644 --- a/x11-libs/libXt/libXt-1.0.5.ebuild +++ b/x11-libs/libXt/libXt-1.0.5.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-1.0.5.ebuild,v 1.14 2009/05/05 07:16:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-1.0.5.ebuild,v 1.15 2009/05/05 07:18:13 ssuominen Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" -PATCHES="${FILESDIR}/libXt-1.0.5-cross.patch" inherit x-modular flag-o-matic @@ -18,6 +17,8 @@ RDEPEND="x11-libs/libX11 x11-proto/kbproto" DEPEND="${RDEPEND}" +PATCHES=("${FILESDIR}/libXt-1.0.5-cross.patch") + pkg_setup() { # No such function yet # x-modular_pkg_setup |