diff options
author | David Holm <dholm@gentoo.org> | 2005-05-04 19:06:53 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-04 19:06:53 +0000 |
commit | 97542210ab7dd1fbdd2e0cd5dd19564dd6629014 (patch) | |
tree | 18aac5f5a7fa8171e855187962af5e0b63353f9c /app-emulation/gxemul | |
parent | Gah, another fix - do not set perms twice. (diff) | |
download | historical-97542210ab7dd1fbdd2e0cd5dd19564dd6629014.tar.gz historical-97542210ab7dd1fbdd2e0cd5dd19564dd6629014.tar.bz2 historical-97542210ab7dd1fbdd2e0cd5dd19564dd6629014.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'app-emulation/gxemul')
-rw-r--r-- | app-emulation/gxemul/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/gxemul/gxemul-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog index e70e19a759ae..2e7aacad3b70 100644 --- a/app-emulation/gxemul/ChangeLog +++ b/app-emulation/gxemul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/gxemul # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.1 2005/04/11 21:50:17 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.2 2005/05/04 19:06:53 dholm Exp $ + + 04 May 2005; David Holm <dholm@gentoo.org> gxemul-0.3.1.ebuild: + Added to ~ppc. *gxemul-0.3.1 (11 Apr 2005) diff --git a/app-emulation/gxemul/gxemul-0.3.1.ebuild b/app-emulation/gxemul/gxemul-0.3.1.ebuild index cfc598ec646b..8fbfeac2c300 100644 --- a/app-emulation/gxemul/gxemul-0.3.1.ebuild +++ b/app-emulation/gxemul/gxemul-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.3.1.ebuild,v 1.1 2005/04/11 21:50:17 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.3.1.ebuild,v 1.2 2005/05/04 19:06:53 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~mips ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~sparc ~x86 ~ppc" IUSE="X cacheemu delays mips16" DEPEND="X? ( virtual/x11 )" |