diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 17:34:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 17:34:08 +0000 |
commit | 9489039d6069b6ff755cdfe8c07405b42515e60b (patch) | |
tree | 16fb27adee6c8827a17da3c668747855604135e2 /x11-misc/imake | |
parent | Fix dependencies: media-gfx/imagemagick is not needed at build time. Don't in... (diff) | |
download | gentoo-2-9489039d6069b6ff755cdfe8c07405b42515e60b.tar.gz gentoo-2-9489039d6069b6ff755cdfe8c07405b42515e60b.tar.bz2 gentoo-2-9489039d6069b6ff755cdfe8c07405b42515e60b.zip |
Fix repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/imake-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/imake/imake-1.0.2.ebuild b/x11-misc/imake/imake-1.0.2.ebuild index 29ab389b8068..6c245e8bf513 100644 --- a/x11-misc/imake/imake-1.0.2.ebuild +++ b/x11-misc/imake/imake-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/imake/imake-1.0.2.ebuild,v 1.11 2007/02/04 18:11:02 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.2.ebuild,v 1.12 2009/05/05 17:34:08 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,8 +8,8 @@ inherit x-modular DESCRIPTION="C preprocessor interface to the make utility" - KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" RDEPEND="x11-misc/xorg-cf-files !x11-misc/xmkmf" |