diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-05-18 17:26:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-05-18 17:26:27 +0000 |
commit | d08d5130628d9f38204f183e1ab1c485a754a5d0 (patch) | |
tree | 92cb9cb874efed2b00913d96533357400224d0d8 /sys-devel | |
parent | Add ppc/ppc64 keywords as this project can build on any arch (it will still g... (diff) | |
download | gentoo-2-d08d5130628d9f38204f183e1ab1c485a754a5d0.tar.gz gentoo-2-d08d5130628d9f38204f183e1ab1c485a754a5d0.tar.bz2 gentoo-2-d08d5130628d9f38204f183e1ab1c485a754a5d0.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')
-rw-r--r-- | sys-devel/dev86/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/dev86/dev86-0.16.20.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/dev86/ChangeLog b/sys-devel/dev86/ChangeLog index 04078be15bf2..2899990ebe21 100644 --- a/sys-devel/dev86/ChangeLog +++ b/sys-devel/dev86/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/dev86 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.28 2013/11/10 10:56:18 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.29 2014/05/18 17:26:27 vapier Exp $ + + 18 May 2014; Mike Frysinger <vapier@gentoo.org> dev86-0.16.20.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). *dev86-0.16.20 (10 Nov 2013) diff --git a/sys-devel/dev86/dev86-0.16.20.ebuild b/sys-devel/dev86/dev86-0.16.20.ebuild index 181681b04f5b..bb0c299b407b 100644 --- a/sys-devel/dev86/dev86-0.16.20.ebuild +++ b/sys-devel/dev86/dev86-0.16.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild,v 1.1 2013/11/10 10:56:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild,v 1.2 2014/05/18 17:26:27 vapier Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/archive/Dev86src-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="sys-devel/bin86" |