diff options
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-424.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index 67a102679d5d..58afcb754501 100644 --- a/sys-boot/unetbootin/ChangeLog +++ b/sys-boot/unetbootin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/unetbootin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.35 2010/04/07 17:12:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.36 2010/04/13 11:24:50 phajdan.jr Exp $ + + 13 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + unetbootin-424.ebuild: + x86 stable wrt bug #313407 07 Apr 2010; Markos Chandras <hwoarang@gentoo.org> unetbootin-424.ebuild: Stable on amd64 wrt bug #313407 diff --git a/sys-boot/unetbootin/unetbootin-424.ebuild b/sys-boot/unetbootin/unetbootin-424.ebuild index c4e1ecb1f790..8575583b3211 100644 --- a/sys-boot/unetbootin/unetbootin-424.ebuild +++ b/sys-boot/unetbootin/unetbootin-424.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-424.ebuild,v 1.2 2010/04/07 17:12:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-424.ebuild,v 1.3 2010/04/13 11:24:50 phajdan.jr Exp $ inherit qt4 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}" |