diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-07 17:12:13 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-07 17:12:13 +0000 |
commit | becab589a0e775b7839dcd8bed2610c6f2dfd09f (patch) | |
tree | 887fae79e79107e18ee013515e7fb5f3d13b2e4d /sys-boot | |
parent | fix metadata (diff) | |
download | gentoo-2-becab589a0e775b7839dcd8bed2610c6f2dfd09f.tar.gz gentoo-2-becab589a0e775b7839dcd8bed2610c6f2dfd09f.tar.bz2 gentoo-2-becab589a0e775b7839dcd8bed2610c6f2dfd09f.zip |
Stable on amd64 wrt bug #313407
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-424.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index 590879757eaa..67a102679d5d 100644 --- a/sys-boot/unetbootin/ChangeLog +++ b/sys-boot/unetbootin/ChangeLog @@ -1,6 +1,9 @@ # 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.34 2010/04/06 13:29:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.35 2010/04/07 17:12:13 hwoarang Exp $ + + 07 Apr 2010; Markos Chandras <hwoarang@gentoo.org> unetbootin-424.ebuild: + Stable on amd64 wrt bug #313407 *unetbootin-429 (06 Apr 2010) diff --git a/sys-boot/unetbootin/unetbootin-424.ebuild b/sys-boot/unetbootin/unetbootin-424.ebuild index 5a0dc3041b64..c4e1ecb1f790 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.1 2010/03/29 06:15:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-424.ebuild,v 1.2 2010/04/07 17:12:13 hwoarang 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}" |