diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 04:30:38 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 04:30:38 +0000 |
commit | f5899ef91831206860dce7701b28b6b59ed493e0 (patch) | |
tree | e10b62e0aaeda32e7f73edcb94a3472013a8958c /app-arch/unshield | |
parent | dont block eselect-compiler anymore as it should be usuable now (diff) | |
download | gentoo-2-f5899ef91831206860dce7701b28b6b59ed493e0.tar.gz gentoo-2-f5899ef91831206860dce7701b28b6b59ed493e0.tar.bz2 gentoo-2-f5899ef91831206860dce7701b28b6b59ed493e0.zip |
Added ~amd64 to unshield 0.2 as it is the version required to unpack BioWare-packed files for games-rpg/nwn-data which allows me to add support for more CD sets to the ebuild.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'app-arch/unshield')
-rw-r--r-- | app-arch/unshield/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unshield/unshield-0.2.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-arch/unshield/ChangeLog b/app-arch/unshield/ChangeLog index 2857d0eb584e..ab391c9e60fd 100644 --- a/app-arch/unshield/ChangeLog +++ b/app-arch/unshield/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/unshield # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/ChangeLog,v 1.9 2006/01/11 06:24:28 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/ChangeLog,v 1.10 2006/03/22 04:30:38 wolf31o2 Exp $ + + 22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> unshield-0.2.ebuild: + Added ~amd64 to unshield 0.2 as it is the version required to unpack + BioWare-packed files for games-rpg/nwn-data which allows me to add support + for more CD sets to the ebuild. *unshield-0.5 (11 Jan 2006) diff --git a/app-arch/unshield/unshield-0.2.ebuild b/app-arch/unshield/unshield-0.2.ebuild index a5fec0661ff3..01b26f1562ba 100644 --- a/app-arch/unshield/unshield-0.2.ebuild +++ b/app-arch/unshield/unshield-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.2.ebuild,v 1.7 2005/07/30 20:37:03 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.2.ebuild,v 1.8 2006/03/22 04:30:38 wolf31o2 Exp $ DESCRIPTION="InstallShield CAB file extractor." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND=">=sys-libs/zlib-1.1.4" |