diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-13 11:24:50 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-13 11:24:50 +0000 |
commit | 2f2fd5cf2d1b80d3e99ac5ac536c78490b37e80a (patch) | |
tree | 2822b11459e0bbcb16b04203ab4c539295f38e2e | |
parent | x86 stable wrt bug #313401 (diff) | |
download | gentoo-2-2f2fd5cf2d1b80d3e99ac5ac536c78490b37e80a.tar.gz gentoo-2-2f2fd5cf2d1b80d3e99ac5ac536c78490b37e80a.tar.bz2 gentoo-2-2f2fd5cf2d1b80d3e99ac5ac536c78490b37e80a.zip |
x86 stable wrt bug #313407
(Portage version: 2.1.7.17/cvs/Linux i686)
-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}" |