diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-07-22 04:33:44 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-07-22 04:33:44 +0000 |
commit | b12c26819fca0434153e109f18ff9537bc32eb0c (patch) | |
tree | 0c96b25ffa3acb43b14ca33dfb85b274dff2784b /sys-boot | |
parent | amd64 stable, bug 278088 (diff) | |
download | gentoo-2-b12c26819fca0434153e109f18ff9537bc32eb0c.tar.gz gentoo-2-b12c26819fca0434153e109f18ff9537bc32eb0c.tar.bz2 gentoo-2-b12c26819fca0434153e109f18ff9537bc32eb0c.zip |
amd64 stable, bug 275878
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-344.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index c8bd72b81d42..2d392f956b63 100644 --- a/sys-boot/unetbootin/ChangeLog +++ b/sys-boot/unetbootin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/unetbootin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.15 2009/06/30 21:22:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.16 2009/07/22 04:33:44 darkside Exp $ + + 22 Jul 2009; Jeremy Olexa <darkside@gentoo.org> unetbootin-344.ebuild: + amd64 stable, bug 275878 30 Jun 2009; Christian Faulhammer <fauli@gentoo.org> unetbootin-344.ebuild: diff --git a/sys-boot/unetbootin/unetbootin-344.ebuild b/sys-boot/unetbootin/unetbootin-344.ebuild index 026d168798ff..a3cf026b88bf 100644 --- a/sys-boot/unetbootin/unetbootin-344.ebuild +++ b/sys-boot/unetbootin/unetbootin-344.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-344.ebuild,v 1.2 2009/06/30 21:22:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-344.ebuild,v 1.3 2009/07/22 04:33:44 darkside 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}" |