diff options
author | 2010-08-06 12:12:38 +0000 | |
---|---|---|
committer | 2010-08-06 12:12:38 +0000 | |
commit | cb55acbf53e83338227d20c8fb5d4bbb030c8d3e (patch) | |
tree | 95ceae5d8a1ff223d837044a181b5386a63e9ad5 /sys-boot | |
parent | stable x86, bug 330969 (diff) | |
download | gentoo-2-cb55acbf53e83338227d20c8fb5d4bbb030c8d3e.tar.gz gentoo-2-cb55acbf53e83338227d20c8fb5d4bbb030c8d3e.tar.bz2 gentoo-2-cb55acbf53e83338227d20c8fb5d4bbb030c8d3e.zip |
stable x86, bug 331151
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-485.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index 8b43a753f273..ba8fc3d7e113 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.46 2010/08/04 07:52:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.47 2010/08/06 12:12:38 fauli Exp $ + + 06 Aug 2010; Christian Faulhammer <fauli@gentoo.org> + unetbootin-485.ebuild: + stable x86, bug 331151 04 Aug 2010; Markos Chandras <hwoarang@gentoo.org> unetbootin-485.ebuild: Stable on amd64 wrt bug #331151 diff --git a/sys-boot/unetbootin/unetbootin-485.ebuild b/sys-boot/unetbootin/unetbootin-485.ebuild index dc235498e841..581c231a21d2 100644 --- a/sys-boot/unetbootin/unetbootin-485.ebuild +++ b/sys-boot/unetbootin/unetbootin-485.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-485.ebuild,v 1.2 2010/08/04 07:52:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-485.ebuild,v 1.3 2010/08/06 12:12:38 fauli 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}" |