diff options
author | 2009-12-16 21:34:36 +0000 | |
---|---|---|
committer | 2009-12-16 21:34:36 +0000 | |
commit | 8fb17131b7851584dcb1b49e2ec81e7db30b9fcd (patch) | |
tree | 73d2ce1cdd8fb62ecc3e85edad9d265ff160e067 /sys-boot | |
parent | amd64/x86 stable, bug #296582 (diff) | |
download | gentoo-2-8fb17131b7851584dcb1b49e2ec81e7db30b9fcd.tar.gz gentoo-2-8fb17131b7851584dcb1b49e2ec81e7db30b9fcd.tar.bz2 gentoo-2-8fb17131b7851584dcb1b49e2ec81e7db30b9fcd.zip |
amd64/x86 stable, bug #296494
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-377-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index a2425d05d728..46f9e01c01ee 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.25 2009/11/28 15:56:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.26 2009/12/16 21:34:36 maekke Exp $ + + 16 Dec 2009; Markus Meier <maekke@gentoo.org> unetbootin-377-r1.ebuild: + amd64/x86 stable, bug #296494 28 Nov 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-356.ebuild: Remove old. diff --git a/sys-boot/unetbootin/unetbootin-377-r1.ebuild b/sys-boot/unetbootin/unetbootin-377-r1.ebuild index 358055c8c571..96e7d012405a 100644 --- a/sys-boot/unetbootin/unetbootin-377-r1.ebuild +++ b/sys-boot/unetbootin/unetbootin-377-r1.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-377-r1.ebuild,v 1.1 2009/11/02 21:06:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-377-r1.ebuild,v 1.2 2009/12/16 21:34:36 maekke 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}" |