diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-01-07 16:49:41 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-07 16:50:12 +1100 |
commit | b0e329172cc6dad24f7dcb9ddc4684c9b7b68260 (patch) | |
tree | bd6880235be00ba5fef2e57088b7c916e383c1c7 /app-cdr/b5i2iso | |
parent | app-cdr/uif2iso: remove 0.1.7c-r0 (diff) | |
download | gentoo-b0e329172cc6dad24f7dcb9ddc4684c9b7b68260.tar.gz gentoo-b0e329172cc6dad24f7dcb9ddc4684c9b7b68260.tar.bz2 gentoo-b0e329172cc6dad24f7dcb9ddc4684c9b7b68260.zip |
app-cdr/b5i2iso: stabilise 0.2-r1 for amd64/x86
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-cdr/b5i2iso')
-rw-r--r-- | app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild index 4fa520247588..f45009e3c802 100644 --- a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild +++ b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${PN}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x64-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" PATCHES=( "${FILESDIR}/${P}-segfault.patch" ) S=${WORKDIR}/${PN} |