diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-24 10:36:24 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-24 10:36:24 +0000 |
commit | 4ca241fcf6aa0b1c5636881f659ddd74abf78345 (patch) | |
tree | be4264da42a16103ad044ebfa9787825f0240241 /app-emulation/gxemul | |
parent | version bump (diff) | |
download | gentoo-2-4ca241fcf6aa0b1c5636881f659ddd74abf78345.tar.gz gentoo-2-4ca241fcf6aa0b1c5636881f659ddd74abf78345.tar.bz2 gentoo-2-4ca241fcf6aa0b1c5636881f659ddd74abf78345.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'app-emulation/gxemul')
-rw-r--r-- | app-emulation/gxemul/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/gxemul/gxemul-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog index 5877da9c191d..089b921b7d27 100644 --- a/app-emulation/gxemul/ChangeLog +++ b/app-emulation/gxemul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/gxemul # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.4 2006/10/24 10:14:00 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.5 2006/10/24 10:36:24 drizzt Exp $ + + 24 Oct 2006; Timothy Redaelli <drizzt@gentoo.org> gxemul-0.4.2.ebuild: + Added ~x86-fbsd keyword. 24 Oct 2006; Timothy Redaelli <drizzt@gentoo.org> gxemul-0.4.2.ebuild: Fixed X USE dependencies. diff --git a/app-emulation/gxemul/gxemul-0.4.2.ebuild b/app-emulation/gxemul/gxemul-0.4.2.ebuild index 40af2302004c..1274c7aee0ec 100644 --- a/app-emulation/gxemul/gxemul-0.4.2.ebuild +++ b/app-emulation/gxemul/gxemul-0.4.2.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/app-emulation/gxemul/gxemul-0.4.2.ebuild,v 1.2 2006/10/24 10:14:00 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.2.ebuild,v 1.3 2006/10/24 10:36:24 drizzt Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~mips ~sparc ~x86 ~ppc" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="X" RDEPEND="X? ( || ( ( x11-libs/libX11 |