summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-27 12:08:05 +0100
committerJustin Lecher <jlec@gentoo.org>2015-10-27 12:11:11 +0100
commitc930063a72fdb869c1f52c83982996604e631271 (patch)
treea9371efeadbdf7bb1858b549f49845b2cfb8fd8c /app-text/djvu/djvu-3.5.25.3.ebuild
parentsci-chemistry/mustang: Version Bump (diff)
downloadgentoo-c930063a72fdb869c1f52c83982996604e631271.tar.gz
gentoo-c930063a72fdb869c1f52c83982996604e631271.tar.bz2
gentoo-c930063a72fdb869c1f52c83982996604e631271.zip
app-text/djvu: Use optfeature
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-text/djvu/djvu-3.5.25.3.ebuild')
-rw-r--r--app-text/djvu/djvu-3.5.25.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/djvu/djvu-3.5.25.3.ebuild b/app-text/djvu/djvu-3.5.25.3.ebuild
index e4efe101312a..a7cda09ac081 100644
--- a/app-text/djvu/djvu-3.5.25.3.ebuild
+++ b/app-text/djvu/djvu-3.5.25.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
+
inherit autotools eutils fdo-mime flag-o-matic
MY_P="${PN}libre-${PV#*_p}"
@@ -63,9 +64,8 @@ src_install() {
pkg_postinst() {
fdo-mime_mime_database_update
- if ! has_version app-text/djview; then
- elog "For djviewer or browser plugin, emerge app-text/djview."
- fi
+ has_version app-text/djview || \
+ optfeature "For djviewer or browser plugin" app-text/djview
}
pkg_postrm() {