diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-20 11:18:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-20 11:18:49 +0000 |
commit | 30c908725948d3ef38ed771f7582157f8bddf701 (patch) | |
tree | 7e1bb4f1b6d911207d49c4ad6a7f17d5479f5102 /x11-misc/gccmakedep | |
parent | Stable for ppc, wrt bug #530652 (diff) | |
download | gentoo-2-30c908725948d3ef38ed771f7582157f8bddf701.tar.gz gentoo-2-30c908725948d3ef38ed771f7582157f8bddf701.tar.bz2 gentoo-2-30c908725948d3ef38ed771f7582157f8bddf701.zip |
Stable for ppc, wrt bug #530652
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-misc/gccmakedep')
-rw-r--r-- | x11-misc/gccmakedep/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/gccmakedep/ChangeLog b/x11-misc/gccmakedep/ChangeLog index fff8e85f6a2b..c6abfb46e932 100644 --- a/x11-misc/gccmakedep/ChangeLog +++ b/x11-misc/gccmakedep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gccmakedep # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/ChangeLog,v 1.36 2015/02/19 08:53:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/ChangeLog,v 1.37 2015/02/20 11:18:49 ago Exp $ + + 20 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gccmakedep-1.0.3.ebuild: + Stable for ppc, wrt bug #530652 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gccmakedep-1.0.3.ebuild: Stable for x86, wrt bug #530652 diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild index a2eecd637f47..326c1106a1d3 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild,v 1.3 2015/02/19 08:53:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild,v 1.4 2015/02/20 11:18:49 ago Exp $ EAPI=5 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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="x11-proto/xproto" |