diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-15 22:11:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-15 22:11:11 +0000 |
commit | 2901cb7fb4230f07472ca558fc0d14839be15f0c (patch) | |
tree | 9ca3b87f23c0873a82f11fc46b9e73fedb91a157 /app-cdr | |
parent | Stable on amd64 wrt bug #390555 (diff) | |
download | gentoo-2-2901cb7fb4230f07472ca558fc0d14839be15f0c.tar.gz gentoo-2-2901cb7fb4230f07472ca558fc0d14839be15f0c.tar.bz2 gentoo-2-2901cb7fb4230f07472ca558fc0d14839be15f0c.zip |
Stable on amd64 wrt bug #390569
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/uif2iso/ChangeLog | 7 | ||||
-rw-r--r-- | app-cdr/uif2iso/uif2iso-0.1.7c.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-cdr/uif2iso/ChangeLog b/app-cdr/uif2iso/ChangeLog index 893d983be050..397448c80823 100644 --- a/app-cdr/uif2iso/ChangeLog +++ b/app-cdr/uif2iso/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/uif2iso -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/ChangeLog,v 1.8 2009/05/13 10:16:36 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/ChangeLog,v 1.9 2011/11/15 22:11:11 hwoarang Exp $ + + 15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> uif2iso-0.1.7c.ebuild: + Stable on amd64 wrt bug #390569 *uif2iso-0.1.7c (13 May 2009) diff --git a/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild b/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild index b27cbed5bac9..f9a0ee197ef5 100644 --- a/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild +++ b/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild,v 1.1 2009/05/13 10:16:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild,v 1.2 2011/11/15 22:11:11 hwoarang Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="sys-libs/zlib" |