commit: 13c2da75fa110f78521e6dadc7a6d3a780986a17
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 09:24:04 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 09:24:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c2da75
app-portage/eix: Drop prefix restriction on tmpfiles
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-portage/eix/eix-0.33.2-r1.ebuild | 4 ----
app-portage/eix/eix-0.33.2.ebuild | 4 ----
app-portage/eix/eix-0.33.5.ebuild | 4 ----
app-portage/eix/eix-0.33.6.ebuild | 4 ----
4 files changed, 16 deletions(-)
diff --git a/app-portage/eix/eix-0.33.2-r1.ebuild
b/app-portage/eix/eix-0.33.2-r1.ebuild
index 375430f7ab1..6591a20647e 100644
--- a/app-portage/eix/eix-0.33.2-r1.ebuild
+++ b/app-portage/eix/eix-0.33.2-r1.ebuild
@@ -89,11 +89,7 @@ src_install() {
}
pkg_postinst() {
- if ! use prefix; then
- # note: if this is done in src_install(), portage:portage
- # ownership may be reset to root
tmpfiles_process eix.conf
- fi
local obs=${EROOT%/}/var/cache/eix.previous
if [[ -f ${obs} ]]; then
diff --git a/app-portage/eix/eix-0.33.2.ebuild
b/app-portage/eix/eix-0.33.2.ebuild
index d8669d75943..35f1e69f4cd 100644
--- a/app-portage/eix/eix-0.33.2.ebuild
+++ b/app-portage/eix/eix-0.33.2.ebuild
@@ -89,11 +89,7 @@ src_install() {
}
pkg_postinst() {
- if ! use prefix; then
- # note: if this is done in src_install(), portage:portage
- # ownership may be reset to root
tmpfiles_process eix.conf
- fi
local obs=${EROOT%/}/var/cache/eix.previous
if [[ -f ${obs} ]]; then
diff --git a/app-portage/eix/eix-0.33.5.ebuild
b/app-portage/eix/eix-0.33.5.ebuild
index 375430f7ab1..6591a20647e 100644
--- a/app-portage/eix/eix-0.33.5.ebuild
+++ b/app-portage/eix/eix-0.33.5.ebuild
@@ -89,11 +89,7 @@ src_install() {
}
pkg_postinst() {
- if ! use prefix; then
- # note: if this is done in src_install(), portage:portage
- # ownership may be reset to root
tmpfiles_process eix.conf
- fi
local obs=${EROOT%/}/var/cache/eix.previous
if [[ -f ${obs} ]]; then
diff --git a/app-portage/eix/eix-0.33.6.ebuild
b/app-portage/eix/eix-0.33.6.ebuild
index 375430f7ab1..6591a20647e 100644
--- a/app-portage/eix/eix-0.33.6.ebuild
+++ b/app-portage/eix/eix-0.33.6.ebuild
@@ -89,11 +89,7 @@ src_install() {
}
pkg_postinst() {
- if ! use prefix; then
- # note: if this is done in src_install(), portage:portage
- # ownership may be reset to root
tmpfiles_process eix.conf
- fi
local obs=${EROOT%/}/var/cache/eix.previous
if [[ -f ${obs} ]]; then