diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-07 22:11:24 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-07 22:11:24 +0000 |
commit | 5e7a46bad765c94f43d2779674ebd456338b08ee (patch) | |
tree | 5deac262c85d743b42933ff5ce9d6762a9cb53d5 /x11-misc | |
parent | 3.7.2-r1 version bump to fix bug #506192 (failure when tarsync is not install... (diff) | |
download | gentoo-2-5e7a46bad765c94f43d2779674ebd456338b08ee.tar.gz gentoo-2-5e7a46bad765c94f43d2779674ebd456338b08ee.tar.bz2 gentoo-2-5e7a46bad765c94f43d2779674ebd456338b08ee.zip |
Stable for ppc and ppc64, bug #499166
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/imake/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/imake/imake-1.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog index fa673ba43722..12958db9b128 100644 --- a/x11-misc/imake/ChangeLog +++ b/x11-misc/imake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/imake # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.71 2014/10/04 12:17:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.72 2014/10/07 22:11:24 blueness Exp $ + + 07 Oct 2014; Anthony G. Basile <blueness@gentoo.org> imake-1.0.7.ebuild: + Stable for ppc and ppc64, bug #499166 04 Oct 2014; Markus Meier <maekke@gentoo.org> imake-1.0.7.ebuild: arm stable, bug #499166 diff --git a/x11-misc/imake/imake-1.0.7.ebuild b/x11-misc/imake/imake-1.0.7.ebuild index 5b4a5238e77b..d01898264e98 100644 --- a/x11-misc/imake/imake-1.0.7.ebuild +++ b/x11-misc/imake/imake-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild,v 1.3 2014/10/04 12:17:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild,v 1.4 2014/10/07 22:11:24 blueness Exp $ EAPI=5 @@ -8,7 +8,7 @@ XORG_STATIC=no inherit xorg-2 DESCRIPTION="C preprocessor interface to the make utility" -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 ~x64-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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="x11-misc/xorg-cf-files" |