diff options
-rw-r--r-- | dev-lang/pasm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/pasm/pasm-1.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/pasm/ChangeLog b/dev-lang/pasm/ChangeLog index 19c6738e1e95..01e93326b00b 100644 --- a/dev-lang/pasm/ChangeLog +++ b/dev-lang/pasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/pasm -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/ChangeLog,v 1.6 2007/12/25 12:53:03 phreak Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/ChangeLog,v 1.7 2010/01/02 18:39:51 fauli Exp $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pasm-1.7.ebuild: + Transfer Prefix keywords 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing dholm from metadata.xml as per #24623. Assigning to maintainer-needed. diff --git a/dev-lang/pasm/pasm-1.7.ebuild b/dev-lang/pasm/pasm-1.7.ebuild index 398973219f33..9b51c61f0baf 100644 --- a/dev-lang/pasm/pasm-1.7.ebuild +++ b/dev-lang/pasm/pasm-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild,v 1.2 2004/06/24 22:53:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pasm/pasm-1.7.ebuild,v 1.3 2010/01/02 18:39:51 fauli Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://devnull.owl.de/~frank/pasm_e.html" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~ppc" +KEYWORDS="~ppc ~ppc-macos" src_unpack() { mkdir -p ${S}/LinuxPPC |