diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-28 12:24:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-28 12:24:22 +0300 |
commit | 13c2da75fa110f78521e6dadc7a6d3a780986a17 (patch) | |
tree | 401d8853655c2c5b8c646419ae1deec5298e92ed /app-portage | |
parent | net-fs/samba: Removed old. (diff) | |
download | gentoo-13c2da75fa110f78521e6dadc7a6d3a780986a17.tar.gz gentoo-13c2da75fa110f78521e6dadc7a6d3a780986a17.tar.bz2 gentoo-13c2da75fa110f78521e6dadc7a6d3a780986a17.zip |
app-portage/eix: Drop prefix restriction on tmpfiles
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/eix-0.33.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/eix/eix-0.33.2.ebuild | 4 | ||||
-rw-r--r-- | app-portage/eix/eix-0.33.5.ebuild | 4 | ||||
-rw-r--r-- | app-portage/eix/eix-0.33.6.ebuild | 4 |
4 files changed, 0 insertions, 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 375430f7ab11..6591a20647ea 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 d8669d75943b..35f1e69f4cdb 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 375430f7ab11..6591a20647ea 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 375430f7ab11..6591a20647ea 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 |