diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-11-12 22:43:53 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-11-12 22:43:53 +0000 |
commit | 76fde68f33156d8d384940dc7bedc8574458c2d2 (patch) | |
tree | da3e6b8667f3172de4764490e475ac5d5d7a45ca /dev-libs/libbsd/libbsd-0.6.0.ebuild | |
parent | minor adjustments to multilib deps (diff) | |
download | gentoo-2-76fde68f33156d8d384940dc7bedc8574458c2d2.tar.gz gentoo-2-76fde68f33156d8d384940dc7bedc8574458c2d2.tar.bz2 gentoo-2-76fde68f33156d8d384940dc7bedc8574458c2d2.zip |
Keyword ~ppc ~ppc64, bug #503166
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs/libbsd/libbsd-0.6.0.ebuild')
-rw-r--r-- | dev-libs/libbsd/libbsd-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbsd/libbsd-0.6.0.ebuild b/dev-libs/libbsd/libbsd-0.6.0.ebuild index c6ef1963e914..87d85e3292b6 100644 --- a/dev-libs/libbsd/libbsd-0.6.0.ebuild +++ b/dev-libs/libbsd/libbsd-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.11 2014/08/05 15:01:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.12 2014/11/12 22:43:53 blueness Exp $ EAPI=5 inherit eutils multilib @@ -11,7 +11,7 @@ SRC_URI="http://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="BSD BSD-2 BSD-4 ISC" SLOT="0" -KEYWORDS="alpha amd64 arm hppa sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ppc ~ppc64 sparc x86" IUSE="static-libs" DOCS="ChangeLog README TODO" |