summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/click/click-6.3.ebuild2
-rw-r--r--eclass/git-r3.eclass6
-rw-r--r--media-video/gpac/gpac-0.5.2.ebuild6
-rw-r--r--profiles/package.mask5
-rw-r--r--sys-apps/xinetd/xinetd-2.3.15-r3.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/dev-python/click/click-6.3.ebuild b/dev-python/click/click-6.3.ebuild
index e7fe23345224..06d19634a0a0 100644
--- a/dev-python/click/click-6.3.ebuild
+++ b/dev-python/click/click-6.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://click.pocoo.org/ https://pypi.python.org/pypi/click"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="doc examples test"
REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index d202e3383a44..b7a93338951c 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -240,17 +240,17 @@ _git-r3_env_setup() {
esc_pn=${PN//[-+]/_}
livevar=${esc_pn}_LIVE_REPO
- EGIT_REPO_URI=${!livevar:-${EGIT_REPO_URI}}
+ EGIT_REPO_URI=${!livevar-${EGIT_REPO_URI}}
[[ ${!livevar} ]] \
&& ewarn "Using ${livevar}, no support will be provided"
livevar=${esc_pn}_LIVE_BRANCH
- EGIT_BRANCH=${!livevar:-${EGIT_BRANCH}}
+ EGIT_BRANCH=${!livevar-${EGIT_BRANCH}}
[[ ${!livevar} ]] \
&& ewarn "Using ${livevar}, no support will be provided"
livevar=${esc_pn}_LIVE_COMMIT
- EGIT_COMMIT=${!livevar:-${EGIT_COMMIT}}
+ EGIT_COMMIT=${!livevar-${EGIT_COMMIT}}
[[ ${!livevar} ]] \
&& ewarn "Using ${livevar}, no support will be provided"
diff --git a/media-video/gpac/gpac-0.5.2.ebuild b/media-video/gpac/gpac-0.5.2.ebuild
index 0f6f6b08d516..31467af3ce14 100644
--- a/media-video/gpac/gpac-0.5.2.ebuild
+++ b/media-video/gpac/gpac-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,10 +7,10 @@ EAPI=4
if [[ ${PV} == *9999 ]] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/gpac/gpac"
- KEYWORDS=""
+ KEYWORDS="alpha"
else
SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
+ KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
fi
inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
diff --git a/profiles/package.mask b/profiles/package.mask
index a670ba15189b..c3a642451d6f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
#--- END OF EXAMPLES ---
# Michael Palimaka <kensington@gentoo.org> (26 May 2016)
+# Ancient. Unmaintained. Dead upstream. Masked for removal
+# in 30 days. Bug #583510.
+net-irc/iip
+
+# Michael Palimaka <kensington@gentoo.org> (26 May 2016)
# No longer developed by upstream. No revdeps.
# Masked for removal in 30 days. Bug 583776.
dev-libs/hammer
diff --git a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
index 9dfcfd889ade..ba29fb82eb2c 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-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"
IUSE="perl rpc tcpd"
DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )