summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-07-10 08:11:05 +0200
committerMartin Väth <martin@mvath.de>2017-07-10 08:11:05 +0200
commit076140811b2689a0e559485b345aa991a8337ad7 (patch)
tree3bf68b863ceb20246266e87aa44e78f6edaf0152 /app-portage/portage-bashrc-mv
parentwww-plugins/classic-theme-restorer: Version bump (diff)
downloadmv-076140811b2689a0e559485b345aa991a8337ad7.tar.gz
mv-076140811b2689a0e559485b345aa991a8337ad7.tar.bz2
mv-076140811b2689a0e559485b345aa991a8337ad7.zip
Make nonexpensive deps non-optional. Remove corresponding set data
Diffstat (limited to 'app-portage/portage-bashrc-mv')
-rw-r--r--app-portage/portage-bashrc-mv/portage-bashrc-mv-14.5.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.5.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.5.ebuild
index b2b92a72..ae42a959 100644
--- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.5.ebuild
+++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="!<dev-util/ccache-3.2"
+
+# This should really depend on a USE-flag but must not by policy.
+# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283
+OPTIONAL_RDEPEND="app-shells/runtitle"
+
+RDEPEND="!<dev-util/ccache-3.2
+ ${OPTIONAL_RDEPEND}"
src_install() {
dodoc AUTHORS NEWS README
@@ -34,7 +40,6 @@ pkg_postinst() {
esac
optfeature "improved mask handling" app-portage/eix
optfeature "output of expected emerge time" app-portage/portage-utils
- optfeature "detailed information output in title bar" app-shells/runtitle
! test -d /var/cache/gpo || \
ewarn "Obsolete /var/cache/gpo found. Please remove"
}