diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-04-19 11:30:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-19 11:30:38 +0000 |
commit | 573e2ffd4c3de22378e1ed012a196586b2e97549 (patch) | |
tree | a8d6624abd6d721645c6efd0cd0e8339e3ac2223 /dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild | |
parent | Keyword ~ppc and ~ppc64. Bug #498686. (diff) | |
download | gentoo-2-573e2ffd4c3de22378e1ed012a196586b2e97549.tar.gz gentoo-2-573e2ffd4c3de22378e1ed012a196586b2e97549.tar.bz2 gentoo-2-573e2ffd4c3de22378e1ed012a196586b2e97549.zip |
Keyword ~ppc and ~ppc64. Bug #498686.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild')
-rw-r--r-- | dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild index 597ce5956d08..ffd8fce56caf 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild,v 1.3 2013/08/07 10:37:12 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild,v 1.4 2015/04/19 11:30:38 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="" DEPEND="" |