diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 17:43:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 17:43:52 +0000 |
commit | 7374a4345e3fd612a6f4b79ddfe004c61cf33292 (patch) | |
tree | e63234401893bcc847f5b01430f5c889dadfb9ad /x11-misc/gccmakedep | |
parent | stable sparc, bug 268188 (diff) | |
download | historical-7374a4345e3fd612a6f4b79ddfe004c61cf33292.tar.gz historical-7374a4345e3fd612a6f4b79ddfe004c61cf33292.tar.bz2 historical-7374a4345e3fd612a6f4b79ddfe004c61cf33292.zip |
Fix repoman warnings
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/gccmakedep')
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild index ecab50f0715c..15d86a3707ad 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gccmakedep/gccmakedep-1.0.2.ebuild,v 1.9 2006/10/11 00:30:02 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild,v 1.10 2009/05/05 17:34:20 ssuominen Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -9,6 +9,8 @@ inherit x-modular DESCRIPTION="create dependencies in makefiles using 'gcc -M'" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" + RDEPEND="" DEPEND="${RDEPEND} x11-proto/xproto" |