diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-20 07:35:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-20 07:35:50 +0000 |
commit | c5d4c8e42fe6dd070017d0aa028ebc96eac0bc74 (patch) | |
tree | 40dc4256e3fe2ebe3a16d2acf0f3d78c346516d0 /x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild | |
parent | Bump. rman isn't build in modular world. Fix location of RGB database. Genera... (diff) | |
download | historical-c5d4c8e42fe6dd070017d0aa028ebc96eac0bc74.tar.gz historical-c5d4c8e42fe6dd070017d0aa028ebc96eac0bc74.tar.bz2 historical-c5d4c8e42fe6dd070017d0aa028ebc96eac0bc74.zip |
Bump. Incorporates force-rm.patch.
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild')
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild new file mode 100644 index 000000000000..305e12820634 --- /dev/null +++ b/x11-misc/gccmakedep/gccmakedep-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 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.1 2006/05/20 07:35:50 spyderous Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org gccmakedep utility" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" |