diff options
author | Yuta Satoh <nigoro.dev@gmail.com> | 2016-10-07 20:31:08 +0900 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-10 12:31:33 +0200 |
commit | 8703f6f985c8a9b61840056540897af2d65311e6 (patch) | |
tree | 8b5fffc9037d245f12426ad1af1c5f8741188762 | |
parent | media-libs/libass: bump to 0.13.4, bug #596422 (diff) | |
download | gentoo-8703f6f985c8a9b61840056540897af2d65311e6.tar.gz gentoo-8703f6f985c8a9b61840056540897af2d65311e6.tar.bz2 gentoo-8703f6f985c8a9b61840056540897af2d65311e6.zip |
app-arch/lbzip2: add ~amd64-fbsd keywords.
Closes: https://github.com/gentoo/gentoo/pull/2504
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | app-arch/lbzip2/lbzip2-2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lbzip2/lbzip2-2.5.ebuild b/app-arch/lbzip2/lbzip2-2.5.ebuild index c6f53ffebbaf..6aab979d115c 100644 --- a/app-arch/lbzip2/lbzip2-2.5.ebuild +++ b/app-arch/lbzip2/lbzip2-2.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://archive.lbzip2.org/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug symlink" RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )" |