diff options
-rw-r--r-- | sys-block/unieject/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/unieject/unieject-5.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-block/unieject/ChangeLog b/sys-block/unieject/ChangeLog index dbd7d58f17c7..aade2c76cc3d 100644 --- a/sys-block/unieject/ChangeLog +++ b/sys-block/unieject/ChangeLog @@ -1,6 +1,9 @@ # 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.33 2006/07/31 23:28:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.34 2006/11/17 15:42:15 flameeyes Exp $ + + 17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> unieject-5.3.2.ebuild: + Add ~sparc-fbsd keyword. 31 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> unieject-5.2.ebuild, unieject-5.3.2.ebuild: diff --git a/sys-block/unieject/unieject-5.3.2.ebuild b/sys-block/unieject/unieject-5.3.2.ebuild index 158035ef6112..3db18bfd98c1 100644 --- a/sys-block/unieject/unieject-5.3.2.ebuild +++ b/sys-block/unieject/unieject-5.3.2.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.2.ebuild,v 1.2 2006/07/31 23:28:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.2.ebuild,v 1.3 2006/11/17 15:42:15 flameeyes Exp $ inherit eutils libtool flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="nls pmount" RDEPEND=">=dev-libs/libcdio-0.77 |