aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>1984-04-04 00:44:14 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>1984-04-04 00:44:14 +0000
commitfe373aac3537a56ab60689849097130370dcd694 (patch)
treea770bb08b8af2fcbdb02d4f585d419b238570086
parentdc08bcc8c1e8bab5f62ba655fcf7ecbe9bd16f02 (diff)
downloadyoubroketheinternet-overlay-fe373aac3537a56ab60689849097130370dcd694.tar.gz
youbroketheinternet-overlay-fe373aac3537a56ab60689849097130370dcd694.zip
portage suddenly disallows checking use() in global scope
-rw-r--r--www-plugins/certpatrol/certpatrol-2.0.14.1.ebuild14
-rw-r--r--www-plugins/cfc/cfc-0.0.2.ebuild19
-rw-r--r--www-plugins/exif_viewer/exif_viewer-2.00-r4.ebuild14
3 files changed, 25 insertions, 22 deletions
diff --git a/www-plugins/certpatrol/certpatrol-2.0.14.1.ebuild b/www-plugins/certpatrol/certpatrol-2.0.14.1.ebuild
index 6d19661..de5f55e 100644
--- a/www-plugins/certpatrol/certpatrol-2.0.14.1.ebuild
+++ b/www-plugins/certpatrol/certpatrol-2.0.14.1.ebuild
@@ -17,14 +17,14 @@ IUSE="+symlink_all_targets target_torbrowser target_firefox target_firefox-bin"
17# isn't it pointless to have a list of architectures for architecture-independent packages? 17# isn't it pointless to have a list of architectures for architecture-independent packages?
18KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 amd64-fbsd sparc-fbsd x86-fbsd" 18KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 amd64-fbsd sparc-fbsd x86-fbsd"
19 19
20# symlink all possible target paths if this is set 20## symlink all possible target paths if this is set
21if use symlink_all_targets; then 21#if use symlink_all_targets; then
22 MZA_TARGETS="torbrowser firefox firefox-bin" 22 MZA_TARGETS="torbrowser firefox firefox-bin"
23else 23#else
24 use target_torbrowser && MZA_TARGETS+=" torbrowser" 24# use target_torbrowser && MZA_TARGETS+=" torbrowser"
25 use target_firefox && MZA_TARGETS+=" firefox" 25# use target_firefox && MZA_TARGETS+=" firefox"
26 use target_firefox-bin && MZA_TARGETS+=" firefox-bin" 26# use target_firefox-bin && MZA_TARGETS+=" firefox-bin"
27fi 27#fi
28 28
29RDEPEND=" 29RDEPEND="
30 !symlink_all_targets? ( 30 !symlink_all_targets? (
diff --git a/www-plugins/cfc/cfc-0.0.2.ebuild b/www-plugins/cfc/cfc-0.0.2.ebuild
index 104949e..7069a86 100644
--- a/www-plugins/cfc/cfc-0.0.2.ebuild
+++ b/www-plugins/cfc/cfc-0.0.2.ebuild
@@ -17,14 +17,17 @@ IUSE="+symlink_all_targets target_torbrowser target_firefox target_firefox-bin"
17# isn't it pointless to have a list of architectures for architecture-independent packages? 17# isn't it pointless to have a list of architectures for architecture-independent packages?
18KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 amd64-fbsd sparc-fbsd x86-fbsd" 18KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 amd64-fbsd sparc-fbsd x86-fbsd"
19 19
20# symlink all possible target paths if this is set 20# gentoo broke global use of use()
21if use symlink_all_targets; then 21MZA_TARGETS="torbrowser firefox firefox-bin"
22 MZA_TARGETS="torbrowser firefox firefox-bin" 22
23else 23## symlink all possible target paths if this is set
24 use target_torbrowser && MZA_TARGETS+=" torbrowser" 24#if use symlink_all_targets; then
25 use target_firefox && MZA_TARGETS+=" firefox" 25# MZA_TARGETS="torbrowser firefox firefox-bin"
26 use target_firefox-bin && MZA_TARGETS+=" firefox-bin" 26#else
27fi 27# use target_torbrowser && MZA_TARGETS+=" torbrowser"
28# use target_firefox && MZA_TARGETS+=" firefox"
29# use target_firefox-bin && MZA_TARGETS+=" firefox-bin"
30#fi
28 31
29RDEPEND=" 32RDEPEND="
30 !symlink_all_targets? ( 33 !symlink_all_targets? (
diff --git a/www-plugins/exif_viewer/exif_viewer-2.00-r4.ebuild b/www-plugins/exif_viewer/exif_viewer-2.00-r4.ebuild
index 969f741..9b7bf19 100644
--- a/www-plugins/exif_viewer/exif_viewer-2.00-r4.ebuild
+++ b/www-plugins/exif_viewer/exif_viewer-2.00-r4.ebuild
@@ -20,14 +20,14 @@ IUSE="+symlink_all_targets target_torbrowser target_firefox target_firefox-bin"
20# isn't it pointless to have a list of architectures for architecture-independent packages? 20# isn't it pointless to have a list of architectures for architecture-independent packages?
21KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 amd64-fbsd sparc-fbsd x86-fbsd" 21KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 amd64-fbsd sparc-fbsd x86-fbsd"
22 22
23# symlink all possible target paths if this is set 23## symlink all possible target paths if this is set
24if use symlink_all_targets; then 24#if use symlink_all_targets; then
25 MZA_TARGETS="torbrowser firefox firefox-bin" 25 MZA_TARGETS="torbrowser firefox firefox-bin"
26else 26#else
27 use target_torbrowser && MZA_TARGETS+=" torbrowser" 27# use target_torbrowser && MZA_TARGETS+=" torbrowser"
28 use target_firefox && MZA_TARGETS+=" firefox" 28# use target_firefox && MZA_TARGETS+=" firefox"
29 use target_firefox-bin && MZA_TARGETS+=" firefox-bin" 29# use target_firefox-bin && MZA_TARGETS+=" firefox-bin"
30fi 30#fi
31 31
32RDEPEND=" 32RDEPEND="
33 !symlink_all_targets? ( 33 !symlink_all_targets? (