summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2014-09-30 17:19:14 +0000
committerIan Whyman <thev00d00@gentoo.org>2014-09-30 17:19:14 +0000
commit3327f2d18aa4acf0692df16229da5a2029a0e241 (patch)
treed3d663f24db183914ba8289f07ab2601b8c783c8 /net-misc/mediatomb
parentSet SHELL to help ./configure ensure python environment is sane, bug 517358 (diff)
downloadgentoo-2-3327f2d18aa4acf0692df16229da5a2029a0e241.tar.gz
gentoo-2-3327f2d18aa4acf0692df16229da5a2029a0e241.tar.bz2
gentoo-2-3327f2d18aa4acf0692df16229da5a2029a0e241.zip
Add missing linux-info call, reported by BT in #522976
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/mediatomb')
-rw-r--r--net-misc/mediatomb/ChangeLog6
-rw-r--r--net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/mediatomb/ChangeLog b/net-misc/mediatomb/ChangeLog
index 49c618c85110..b35decef44eb 100644
--- a/net-misc/mediatomb/ChangeLog
+++ b/net-misc/mediatomb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/mediatomb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.57 2014/08/29 10:30:26 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.58 2014/09/30 17:19:14 thev00d00 Exp $
+
+ 30 Sep 2014; Ian Whyman <thev00d00@gentoo.org>
+ mediatomb-0.12.2_pre20140810.ebuild:
+ Add missing linux-info call, reported by BT in #522976
29 Aug 2014; Chema Alonso <nimiux@gentoo.org> mediatomb-0.12.1-r8.ebuild:
Stable for amd64 wrt bug #517850
diff --git a/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild b/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild
index 1eb10ce1d12a..4f3fbdc2e129 100644
--- a/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild
+++ b/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.1 2014/08/09 21:27:39 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.2 2014/09/30 17:19:14 thev00d00 Exp $
EAPI=5
inherit autotools eutils linux-info user vcs-snapshot
@@ -45,6 +45,8 @@ RDEPEND="${DEPEND}"
CONFIG_CHECK="~INOTIFY_USER"
pkg_setup() {
+ use inotify && linux-info_pkg_setup
+
enewgroup mediatomb
enewuser mediatomb -1 -1 /dev/null mediatomb
}