diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-22 21:10:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-22 21:10:02 +0000 |
commit | 8ed73892be597cb842d4a29b244331d0794f5f4a (patch) | |
tree | 008d865b8e3bbf4525144f3811d66564c29371f1 /x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild | |
parent | Stable for amd64, wrt bug #419473 (diff) | |
download | gentoo-2-8ed73892be597cb842d4a29b244331d0794f5f4a.tar.gz gentoo-2-8ed73892be597cb842d4a29b244331d0794f5f4a.tar.bz2 gentoo-2-8ed73892be597cb842d4a29b244331d0794f5f4a.zip |
Stable for amd64, wrt bug #419473
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild')
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild index 907d875d7197..d7749186c3cb 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 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-r1.ebuild,v 1.2 2012/05/09 16:13:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild,v 1.3 2012/06/22 21:10:02 ago Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="create dependencies in makefiles using 'gcc -M'" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="x11-proto/xproto" |