diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-09 21:26:23 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-09 21:26:23 +0000 |
commit | 46b10b6479077d0a96ef3c5a51591c73782637cc (patch) | |
tree | ccbcc104788e7ab7aef9d28b78378d6b087f15f7 /dev-util | |
parent | Fixed automake dependency by inheriting from autotools instead of libtool plu... (diff) | |
download | gentoo-2-46b10b6479077d0a96ef3c5a51591c73782637cc.tar.gz gentoo-2-46b10b6479077d0a96ef3c5a51591c73782637cc.tar.bz2 gentoo-2-46b10b6479077d0a96ef3c5a51591c73782637cc.zip |
Add ~ia64 keyword.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/reswrap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/reswrap/reswrap-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/reswrap/ChangeLog b/dev-util/reswrap/ChangeLog index 144778b0200b..0d412cb90e28 100644 --- a/dev-util/reswrap/ChangeLog +++ b/dev-util/reswrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/reswrap # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/ChangeLog,v 1.7 2006/12/05 17:51:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/ChangeLog,v 1.8 2006/12/09 21:26:23 kloeri Exp $ + + 09 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> reswrap-3.2.0.ebuild: + Add ~ia64 keyword. 05 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> reswrap-3.2.0.ebuild: Stable on sparc diff --git a/dev-util/reswrap/reswrap-3.2.0.ebuild b/dev-util/reswrap/reswrap-3.2.0.ebuild index 9e4223039556..b2004f2f0ff5 100644 --- a/dev-util/reswrap/reswrap-3.2.0.ebuild +++ b/dev-util/reswrap/reswrap-3.2.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-util/reswrap/reswrap-3.2.0.ebuild,v 1.7 2006/12/05 17:51:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-3.2.0.ebuild,v 1.8 2006/12/09 21:26:23 kloeri Exp $ FOX_COMPONENT="utils" FOX_PV="1.4.12" @@ -11,7 +11,7 @@ DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND="virtual/libc" |