diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-30 15:09:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-30 15:09:44 +0000 |
commit | e4d46e54e55f5b41df378318983ec8331e376a23 (patch) | |
tree | 21090a4dd76f9d7e24e1ee171aecfa8306a37ce1 /dev-util | |
parent | Stable for ppc, wrt bug #442394 (diff) | |
download | gentoo-2-e4d46e54e55f5b41df378318983ec8331e376a23.tar.gz gentoo-2-e4d46e54e55f5b41df378318983ec8331e376a23.tar.bz2 gentoo-2-e4d46e54e55f5b41df378318983ec8331e376a23.zip |
Stable for ppc, wrt bug #442394
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/build/build-0.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/build/ChangeLog b/dev-util/build/ChangeLog index 1a5a353a56bf..9daaef0a7e49 100644 --- a/dev-util/build/ChangeLog +++ b/dev-util/build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/build # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.6 2012/11/23 19:39:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.7 2012/11/30 15:09:44 ago Exp $ + + 30 Nov 2012; <ago@gentoo.org> build-0.3.9.ebuild: + Stable for ppc, wrt bug #442394 23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> build-0.3.9.ebuild: Stable for x86, wrt bug #442394 diff --git a/dev-util/build/build-0.3.9.ebuild b/dev-util/build/build-0.3.9.ebuild index 3b4b479878a7..32ce846cf678 100644 --- a/dev-util/build/build-0.3.9.ebuild +++ b/dev-util/build/build-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.4 2012/11/23 19:39:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.5 2012/11/30 15:09:44 ago Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://kolpackov.net/projects/build/" SLOT="$(get_version_component_range 1-2)" SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="examples" DEPEND="" |