diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-11-17 18:47:32 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-11-17 18:47:32 +0000 |
commit | 018abfe3faf3a04fc3bcb2b04ec2631844562ce5 (patch) | |
tree | 5c1dff2817b91f3ea9d15bb08f7694bb08b339bc /app-cdr/uif2iso | |
parent | x86 stable wrt bug #390683 (diff) | |
download | gentoo-2-018abfe3faf3a04fc3bcb2b04ec2631844562ce5.tar.gz gentoo-2-018abfe3faf3a04fc3bcb2b04ec2631844562ce5.tar.bz2 gentoo-2-018abfe3faf3a04fc3bcb2b04ec2631844562ce5.zip |
x86 stable wrt bug #390569
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-cdr/uif2iso')
-rw-r--r-- | app-cdr/uif2iso/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/uif2iso/uif2iso-0.1.7c.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-cdr/uif2iso/ChangeLog b/app-cdr/uif2iso/ChangeLog index 397448c80823..2a83bf819143 100644 --- a/app-cdr/uif2iso/ChangeLog +++ b/app-cdr/uif2iso/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/uif2iso # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/ChangeLog,v 1.10 2011/11/17 18:47:32 phajdan.jr Exp $ + + 17 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> uif2iso-0.1.7c.ebuild: + x86 stable wrt bug #390569 15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> uif2iso-0.1.7c.ebuild: Stable on amd64 wrt bug #390569 diff --git a/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild b/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild index f9a0ee197ef5..20dc8740f298 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-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.2 2011/11/15 22:11:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild,v 1.3 2011/11/17 18:47:32 phajdan.jr 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" |