diff options
author | 2017-05-18 14:02:31 +0000 | |
---|---|---|
committer | 2017-05-18 14:02:31 +0000 | |
commit | a76fb4d99181c474ef4570e1774943acaf389b18 (patch) | |
tree | 3ade14cbd1cd6ef9026a8930c836340d351b5128 | |
parent | 2017-05-18 13:42:07 UTC (diff) | |
parent | net-analyzer/flow-tools: ppc stable (bug 615814). (diff) | |
download | gentoo-a76fb4d99181c474ef4570e1774943acaf389b18.tar.gz gentoo-a76fb4d99181c474ef4570e1774943acaf389b18.tar.bz2 gentoo-a76fb4d99181c474ef4570e1774943acaf389b18.zip |
Merge updates from master
-rw-r--r-- | net-analyzer/flow-tools/flow-tools-0.68.5.1-r9.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.26.2.ebuild | 2 | ||||
-rw-r--r-- | sys-block/parted/parted-3.2-r1.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/flow-tools/flow-tools-0.68.5.1-r9.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.5.1-r9.ebuild index dbdd8519afd9..dbb3e047e097 100644 --- a/net-analyzer/flow-tools/flow-tools-0.68.5.1-r9.ebuild +++ b/net-analyzer/flow-tools/flow-tools-0.68.5.1-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="debug libressl mysql postgres ssl static-libs" RDEPEND="sys-apps/tcp-wrappers diff --git a/sys-apps/openrc/openrc-0.26.2.ebuild b/sys-apps/openrc/openrc-0.26.2.ebuild index 837d589f8512..c9c08e437e4a 100644 --- a/sys-apps/openrc/openrc-0.26.2.ebuild +++ b/sys-apps/openrc/openrc-0.26.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" diff --git a/sys-block/parted/parted-3.2-r1.ebuild b/sys-block/parted/parted-3.2-r1.ebuild index 310700b9c686..dc31cd0cab76 100644 --- a/sys-block/parted/parted-3.2-r1.ebuild +++ b/sys-block/parted/parted-3.2-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="+debug device-mapper nls readline selinux static-libs" RESTRICT="test" |