diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-22 21:09:43 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-22 21:09:43 +0000 |
commit | 0329e9ec33bae6716ab6720e1a2f710d931c43d7 (patch) | |
tree | a66d442b05dc7d1e61c6e08411642af2d81538de /sys-block/unieject | |
parent | Masked pmount USE for bug #136866. (diff) | |
download | gentoo-2-0329e9ec33bae6716ab6720e1a2f710d931c43d7.tar.gz gentoo-2-0329e9ec33bae6716ab6720e1a2f710d931c43d7.tar.bz2 gentoo-2-0329e9ec33bae6716ab6720e1a2f710d931c43d7.zip |
Added ~x86 per bug #136866.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'sys-block/unieject')
-rw-r--r-- | sys-block/unieject/ChangeLog | 6 | ||||
-rw-r--r-- | sys-block/unieject/unieject-5.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-block/unieject/unieject-5.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-block/unieject/ChangeLog b/sys-block/unieject/ChangeLog index 1ff054f348c4..060215106687 100644 --- a/sys-block/unieject/ChangeLog +++ b/sys-block/unieject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-block/unieject # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.27 2006/06/19 22:22:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.28 2006/06/22 21:09:43 wolf31o2 Exp $ + + 22 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + unieject-5.2-r1.ebuild, unieject-5.3.ebuild: + Added ~x86 per bug #136866. 19 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> unieject-5.2-r1.ebuild, unieject-5.3.ebuild: diff --git a/sys-block/unieject/unieject-5.2-r1.ebuild b/sys-block/unieject/unieject-5.2-r1.ebuild index c56275285c57..fd30cb1d1c69 100644 --- a/sys-block/unieject/unieject-5.2-r1.ebuild +++ b/sys-block/unieject/unieject-5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.2-r1.ebuild,v 1.3 2006/06/19 22:22:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.2-r1.ebuild,v 1.4 2006/06/22 21:09:43 wolf31o2 Exp $ inherit eutils libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="nls pmount" RDEPEND=">=dev-libs/libcdio-0.75-r1 diff --git a/sys-block/unieject/unieject-5.3.ebuild b/sys-block/unieject/unieject-5.3.ebuild index 29665c94502e..352297535818 100644 --- a/sys-block/unieject/unieject-5.3.ebuild +++ b/sys-block/unieject/unieject-5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.ebuild,v 1.2 2006/06/19 22:22:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.ebuild,v 1.3 2006/06/22 21:09:43 wolf31o2 Exp $ inherit eutils libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="nls pmount" RDEPEND=">=dev-libs/libcdio-0.75-r1 |