diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-05-18 17:26:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-05-18 17:26:17 +0000 |
commit | 9a45d7d12314c1542f2056823d8fc227626b62bd (patch) | |
tree | 3ecc2a641d581ba574118931e3ad3296131fbc4f /sys-devel/bin86 | |
parent | Version bump #488968 by Thomas Stein. (diff) | |
download | gentoo-2-9a45d7d12314c1542f2056823d8fc227626b62bd.tar.gz gentoo-2-9a45d7d12314c1542f2056823d8fc227626b62bd.tar.bz2 gentoo-2-9a45d7d12314c1542f2056823d8fc227626b62bd.zip |
Add ppc/ppc64 keywords as this project can build on any arch (it will still generate x86 output, but that is what projects usually want).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.20-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/bin86/ChangeLog b/sys-devel/bin86/ChangeLog index 4148e8dcfd36..0336ef01f925 100644 --- a/sys-devel/bin86/ChangeLog +++ b/sys-devel/bin86/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/bin86 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.32 2014/05/04 08:27:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.33 2014/05/18 17:26:17 vapier Exp $ + + 18 May 2014; Mike Frysinger <vapier@gentoo.org> bin86-0.16.20-r2.ebuild: + Add ppc/ppc64 keywords as this project can build on any arch (it will still + generate x86 output, but that is what projects usually want). 04 May 2014; Agostino Sarubbo <ago@gentoo.org> bin86-0.16.20-r2.ebuild: Stable for x86, wrt bug #502928 diff --git a/sys-devel/bin86/bin86-0.16.20-r2.ebuild b/sys-devel/bin86/bin86-0.16.20-r2.ebuild index 83122db58423..61abd0955544 100644 --- a/sys-devel/bin86/bin86-0.16.20-r2.ebuild +++ b/sys-devel/bin86/bin86-0.16.20-r2.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/sys-devel/bin86/bin86-0.16.20-r2.ebuild,v 1.3 2014/05/04 08:27:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.20-r2.ebuild,v 1.4 2014/05/18 17:26:17 vapier Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" src_prepare() { |