diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-07-29 08:36:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-07-29 08:36:42 +0000 |
commit | 0938a0e838630ece957f71d9e43f00310f3934e9 (patch) | |
tree | 205f41f1d5377842da477458e891b5fa18a66c39 /sys-fs/udftools/udftools-1.0.0b-r9.ebuild | |
parent | Version bump. No noteworthy changes. (diff) | |
download | gentoo-2-0938a0e838630ece957f71d9e43f00310f3934e9.tar.gz gentoo-2-0938a0e838630ece957f71d9e43f00310f3934e9.tar.bz2 gentoo-2-0938a0e838630ece957f71d9e43f00310f3934e9.zip |
Add ~x86-linux keyword.
(Portage version: 2.2.0_alpha47_p6/cvs/Linux i686)
Diffstat (limited to 'sys-fs/udftools/udftools-1.0.0b-r9.ebuild')
-rw-r--r-- | sys-fs/udftools/udftools-1.0.0b-r9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/udftools/udftools-1.0.0b-r9.ebuild b/sys-fs/udftools/udftools-1.0.0b-r9.ebuild index 89c65f94883b..5d94a87af023 100644 --- a/sys-fs/udftools/udftools-1.0.0b-r9.ebuild +++ b/sys-fs/udftools/udftools-1.0.0b-r9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/udftools-1.0.0b-r9.ebuild,v 1.4 2010/09/01 14:00:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/udftools-1.0.0b-r9.ebuild,v 1.5 2011/07/29 08:36:42 zmedico Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/linux-udf/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" +KEYWORDS="amd64 ~ppc sparc x86 ~x86-linux" IUSE="" S=${WORKDIR}/${MY_P} |