diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-21 22:01:04 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-21 22:01:04 +0000 |
commit | c15f4c9836efb67f89de82b7722a83420d475a90 (patch) | |
tree | d671c6bd2d035198d46ba398fbba484a54d650e0 /dev-dotnet/pe-format/pe-format-0.ebuild | |
parent | add patch to build using gmcs (diff) | |
download | gentoo-2-c15f4c9836efb67f89de82b7722a83420d475a90.tar.gz gentoo-2-c15f4c9836efb67f89de82b7722a83420d475a90.tar.bz2 gentoo-2-c15f4c9836efb67f89de82b7722a83420d475a90.zip |
Add ~ppc keyword
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'dev-dotnet/pe-format/pe-format-0.ebuild')
-rw-r--r-- | dev-dotnet/pe-format/pe-format-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/pe-format/pe-format-0.ebuild b/dev-dotnet/pe-format/pe-format-0.ebuild index c997f0e1f58d..b0135d4c613b 100644 --- a/dev-dotnet/pe-format/pe-format-0.ebuild +++ b/dev-dotnet/pe-format/pe-format-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-0.ebuild,v 1.2 2006/12/21 18:52:33 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-0.ebuild,v 1.3 2006/12/21 22:01:04 drizzt Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.kernel.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="|| ( dev-lang/mono dev-dotnet/pnet )" |