diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-09 09:17:29 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-09 09:17:29 +0000 |
commit | 8208437256fe6057af1ad7ab8413681ff84f2616 (patch) | |
tree | bda70e05607e99a319d7ff62b92fb2b5630a01cb /sys-devel | |
parent | ppc64 stable wrt #367271 (diff) | |
download | gentoo-2-8208437256fe6057af1ad7ab8413681ff84f2616.tar.gz gentoo-2-8208437256fe6057af1ad7ab8413681ff84f2616.tar.bz2 gentoo-2-8208437256fe6057af1ad7ab8413681ff84f2616.zip |
ppc/ppc64 stable wrt #367265
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-3.82.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index dca736d8dc62..e1e2d63be7cf 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/make # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.81 2011/06/07 13:18:10 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.82 2011/07/09 09:17:29 xarthisius Exp $ + + 09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> make-3.82.ebuild: + ppc/ppc64 stable wrt #367265 *make-3.82-r1 (07 Jun 2011) diff --git a/sys-devel/make/make-3.82.ebuild b/sys-devel/make/make-3.82.ebuild index 5bb1b77aa693..e3cc1ef142d9 100644 --- a/sys-devel/make/make-3.82.ebuild +++ b/sys-devel/make/make-3.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82.ebuild,v 1.10 2011/06/05 17:33:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82.ebuild,v 1.11 2011/07/09 09:17:29 xarthisius Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |