commit f86cf7dde951238003db4b56eb30bb72edcb7239
parent 1a9e14343a79e6da774622529b8f7647d2ae0f93
Author: parazyd <parazyd@dyne.org>
Date: Sat, 17 Feb 2018 23:27:37 +0100
Make repoman happy.
Diffstat:
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# ---
+
# taken from mva's overlay (thx ng0)
# added a commit hash to a predictable version --lynX
# CAUTION: git submodules are not cryptographically protected,
diff --git a/net-misc/sacc/sacc-9999.ebuild b/net-misc/sacc/sacc-9999.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://bitreich.org/sacc"
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
-IUSE="ncurses"
+IUSE="ncurses savedconfig"
DEPEND="ncurses? ( sys-libs/ncurses:0 )"
RDEPEND="${DEPEND}"
@@ -38,6 +38,6 @@ src_install() {
}
pkg_postinst() {
- einfo "This ebuild has support for user defined configs"
- einfo "Please read this ebuild for more details and re-emerge as needed"
+ einfo "This ebuild has support for user defined configs"
+ einfo "Please read this ebuild for more details and re-emerge as needed"
}
diff --git a/x11-libs/gtk+/metadata.xml b/x11-libs/gtk+/metadata.xml
@@ -16,6 +16,7 @@
<flag name="cloudprint">Enable printing via Google Cloud Print.</flag>
<flag name="colord">Use <pkg>x11-misc/colord</pkg> for color management
in printing</flag>
+ <flag name="atk-bridge">Enable dbus accessibility atk bridge.</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:gtk:gtk%2B</remote-id>