diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-29 21:54:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-29 21:54:05 +0000 |
commit | 3c850b3b4f196da6d24cd74a7d0087dfd10030ca (patch) | |
tree | d8b5dabefca611a5d1dc720c929ac1cfedfa1efe /sys-devel | |
parent | Stable on amd64 wrt bug #366937 (diff) | |
download | gentoo-2-3c850b3b4f196da6d24cd74a7d0087dfd10030ca.tar.gz gentoo-2-3c850b3b4f196da6d24cd74a7d0087dfd10030ca.tar.bz2 gentoo-2-3c850b3b4f196da6d24cd74a7d0087dfd10030ca.zip |
Stable on amd64 wrt bug #367265
(Portage version: 2.1.9.49/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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index d8c8a42ba641..1610c4b0bb27 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.75 2011/02/06 11:37:17 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.76 2011/05/29 21:54:05 hwoarang Exp $ + + 29 May 2011; Markos Chandras <hwoarang@gentoo.org> make-3.82.ebuild: + Stable on amd64 wrt bug #367265 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> make-3.80-r4.ebuild, make-3.81.ebuild: diff --git a/sys-devel/make/make-3.82.ebuild b/sys-devel/make/make-3.82.ebuild index 6be9fafe57e5..324f8359c1e6 100644 --- a/sys-devel/make/make-3.82.ebuild +++ b/sys-devel/make/make-3.82.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.5 2010/10/18 00:59:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82.ebuild,v 1.6 2011/05/29 21:54:05 hwoarang 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 )" |