portage.git
13 years agoREQUIRED_USE: add blank line after display
Zac Medico [Wed, 2 Feb 2011 21:46:47 +0000 (13:46 -0800)]
REQUIRED_USE: add blank line after display

13 years agoMake || choices independent of REQUIRED_USE.
Zac Medico [Wed, 2 Feb 2011 21:29:42 +0000 (13:29 -0800)]
Make || choices independent of REQUIRED_USE.

13 years ago_get_dep_chain: allow SetArg for first node
Zac Medico [Wed, 2 Feb 2011 05:33:10 +0000 (21:33 -0800)]
_get_dep_chain: allow SetArg for first node

13 years agoShow "missed update" message for REQUIRED_USE.
Zac Medico [Wed, 2 Feb 2011 04:09:50 +0000 (20:09 -0800)]
Show "missed update" message for REQUIRED_USE.

This will fix bug #353443.

13 years agoportage.5: update date in header
Zac Medico [Tue, 1 Feb 2011 16:28:49 +0000 (08:28 -0800)]
portage.5: update date in header

13 years agoportage.5: document /etc/portage/license_groups
Zac Medico [Tue, 1 Feb 2011 16:19:28 +0000 (08:19 -0800)]
portage.5: document /etc/portage/license_groups

13 years agodoebuild: always return success for listonly mode
Zac Medico [Tue, 1 Feb 2011 09:54:01 +0000 (01:54 -0800)]
doebuild: always return success for listonly mode

This compensates for changed fetch() return value in commit
394cd4a00d37fd078f8dd40f89f8c810355d7816, which serves to
trigger the pkg_nofetch phase inside doebuild().

13 years ago_exec: use default SIGINT/TERM handlers
Zac Medico [Tue, 1 Feb 2011 04:47:57 +0000 (20:47 -0800)]
_exec: use default SIGINT/TERM handlers

Avoid issues like bug #353239.

13 years ago_MergeProcess: use default SIGINT/TERM handlers
Zac Medico [Tue, 1 Feb 2011 04:42:46 +0000 (20:42 -0800)]
_MergeProcess: use default SIGINT/TERM handlers

Signal handlers inherited from the parent process are irrelevant here.

13 years agoEbuildFetcher: use default SIGINT/TERM handlers
Zac Medico [Tue, 1 Feb 2011 04:33:48 +0000 (20:33 -0800)]
EbuildFetcher: use default SIGINT/TERM handlers

This seems to fix bug #353239.

13 years agoemerge: spawn nofetch for --pretend --fetch
Zac Medico [Tue, 1 Feb 2011 00:11:20 +0000 (16:11 -0800)]
emerge: spawn nofetch for --pretend --fetch

This is part of bug 353334.

13 years agodepgraph: display 'searching for similar names'
Zac Medico [Mon, 31 Jan 2011 23:44:55 +0000 (15:44 -0800)]
depgraph: display 'searching for similar names'

It can take few seconds to search, so display a status message.

13 years agoPrint near matches for cmd line atoms without matching ebuild
Sebastian Luther [Mon, 31 Jan 2011 22:35:40 +0000 (23:35 +0100)]
Print near matches for cmd line atoms without matching ebuild

13 years agoImportModulesTestCase: use iterator, not list
Zac Medico [Mon, 31 Jan 2011 22:28:12 +0000 (14:28 -0800)]
ImportModulesTestCase: use iterator, not list

13 years agoEbuildBuild: spawn nofetch for fetchonly
Zac Medico [Mon, 31 Jan 2011 22:10:14 +0000 (14:10 -0800)]
EbuildBuild: spawn nofetch for fetchonly

13 years agoFix a typo in a comment.
Arfrever Frehtes Taifersar Arahesis [Mon, 31 Jan 2011 21:48:11 +0000 (22:48 +0100)]
Fix a typo in a comment.

13 years agoAllow relative paths (starting with ./) on the cmd line
Sebastian Luther [Mon, 31 Jan 2011 17:40:08 +0000 (18:40 +0100)]
Allow relative paths (starting with ./) on the cmd line

bug 352208

13 years agoslot collision suggestions: Avoid showing redundant suggestions.
Sebastian Luther [Mon, 31 Jan 2011 12:45:43 +0000 (13:45 +0100)]
slot collision suggestions: Avoid showing redundant suggestions.

http://forums.gentoo.org/viewtopic-t-862257.html?sid=9ba8646a15044fe024a41154df351c6a

13 years agoebuild_xattr: lazily import xattr
Zac Medico [Mon, 31 Jan 2011 07:46:45 +0000 (23:46 -0800)]
ebuild_xattr: lazily import xattr

13 years agotest/lint/test_import_modules.py: Better error reporting and expected failures
Sebastian Luther [Mon, 31 Jan 2011 07:30:26 +0000 (08:30 +0100)]
test/lint/test_import_modules.py: Better error reporting and expected failures

13 years agodie: include $EBUILD_PHASE in message
Zac Medico [Sun, 30 Jan 2011 23:24:48 +0000 (15:24 -0800)]
die: include $EBUILD_PHASE in message

When a helper binary dies automatically in EAPI 4 and later, we don't
get a stack trace, so at least report the phase that failed.

13 years agoisolated-functions.sh: fix syntax error for die
Zac Medico [Sun, 30 Jan 2011 22:19:13 +0000 (14:19 -0800)]
isolated-functions.sh: fix syntax error for die

Fix die so that dump_trace is not called when the main script is a
helper binary. This prevents the following error message when a helper
dies automatically in EAPI 4:

isolated-functions.sh: line 61: p -=  : syntax error: operand expected (error token is "-=  ")

13 years agoNoOffsetWithHelpers: fix invalid errors name
Fabian Groffen [Sun, 30 Jan 2011 21:21:03 +0000 (22:21 +0100)]
NoOffsetWithHelpers: fix invalid errors name

13 years agorepoman: add check for using offset vars with helpers
Fabian Groffen [Sun, 30 Jan 2011 20:52:50 +0000 (21:52 +0100)]
repoman: add check for using offset vars with helpers

New check: NoOffsetWithHelpers.  Checks whether helper functions, such as
dodir and insinto, are used with offset variables either referring to
the installation image (D, ED), the alternate root location (ROOT,
EROOT), or the offset prefix (EPREFIX).

13 years agobintree: warn for missing binhost TIMESTAMP
Zac Medico [Sun, 30 Jan 2011 04:11:00 +0000 (20:11 -0800)]
bintree: warn for missing binhost TIMESTAMP

This seems to be the case that's triggered in bug 353189 and bug 350139.

13 years agoFix selinux import error handling.
Zac Medico [Sat, 29 Jan 2011 08:02:34 +0000 (00:02 -0800)]
Fix selinux import error handling.

13 years agoTest import of all modules.
Zac Medico [Sat, 29 Jan 2011 07:54:50 +0000 (23:54 -0800)]
Test import of all modules.

13 years agodepgraph: fix get_dep_chain unicode handling
Zac Medico [Sat, 29 Jan 2011 05:46:02 +0000 (21:46 -0800)]
depgraph: fix get_dep_chain unicode handling

13 years agoautounmask USE change comment: ensure that the first parent requires the change
Sebastian Luther [Fri, 28 Jan 2011 19:59:50 +0000 (20:59 +0100)]
autounmask USE change comment: ensure that the first parent requires the change

Fixes bug 350515.

13 years agoShow use conditionals in old style dep chains
Sebastian Luther [Fri, 28 Jan 2011 12:59:41 +0000 (13:59 +0100)]
Show use conditionals in old style dep chains

13 years agobinarytree: fix BASE_URI for old-style binhost
Zac Medico [Thu, 27 Jan 2011 02:48:47 +0000 (18:48 -0800)]
binarytree: fix BASE_URI for old-style binhost

13 years agobinarytree: fix broken BASE_URI initialization
Zac Medico [Thu, 27 Jan 2011 02:32:18 +0000 (18:32 -0800)]
binarytree: fix broken BASE_URI initialization

13 years agomake.conf.5: doc multi PORTAGE_BINHOST support
Zac Medico [Thu, 27 Jan 2011 02:04:07 +0000 (18:04 -0800)]
make.conf.5: doc multi PORTAGE_BINHOST support

13 years agoUpdate Portage to support multiple binhosts.
David James [Wed, 26 Jan 2011 22:45:43 +0000 (14:45 -0800)]
Update Portage to support multiple binhosts.

BUG=chromium-os:11295
TEST=Build x86-mario with multiple binhosts (board binhost, preflight binhost)
     and verify that binaries are picked up from both binhosts. Also verify
     that if one of the binhosts fails, the other binhost is used correctly.

Review URL: http://codereview.chromium.org/6329022

Change-Id: I095f28c82e3effbc25105af6ac89e42c335e6381

13 years agograb_updates: return all after first modified
Zac Medico [Tue, 25 Jan 2011 20:40:54 +0000 (12:40 -0800)]
grab_updates: return all after first modified

This ensures that all relevant updates are returned for cases
in which the destination package of an earlier move corresponds to
the source package of a move that comes somewhere later in the entire
sequence of files.

13 years agoWildcard support for -c/-C
Sebastian Luther [Mon, 24 Jan 2011 13:40:27 +0000 (14:40 +0100)]
Wildcard support for -c/-C

13 years agofdopen: read from processes in unbuffered mode v2.1.9.35
Zac Medico [Sat, 22 Jan 2011 00:50:59 +0000 (16:50 -0800)]
fdopen: read from processes in unbuffered mode

It doesn't make sense to use buffers in cases like this, and is
potentially error prone (as in bug #287648 / python issue 5380).

13 years agotest_pty_eof: separate classes for self.todo
Zac Medico [Fri, 21 Jan 2011 20:57:01 +0000 (12:57 -0800)]
test_pty_eof: separate classes for self.todo

13 years agoFix a typo in a comment.
Zac Medico [Fri, 21 Jan 2011 02:31:34 +0000 (18:31 -0800)]
Fix a typo in a comment.

13 years agoSpawnProcess: read proc with unbuffered fdopen
Zac Medico [Fri, 21 Jan 2011 02:14:26 +0000 (18:14 -0800)]
SpawnProcess: read proc with unbuffered fdopen

This enables pty support in python3, by using unbuffered fdopen to avoid
http://bugs.python.org/issue5380.

13 years agoPtyEofTestCase: test unbuffered fdopen
Zac Medico [Fri, 21 Jan 2011 01:59:32 +0000 (17:59 -0800)]
PtyEofTestCase: test unbuffered fdopen

New development: It appears that array.fromfile() is usable
with python3 as long as fdopen is called with a bufsize
argument of 0.

13 years agodispatch-conf: restrict default archive-dir perms v2.1.9.34
Zac Medico [Wed, 19 Jan 2011 19:02:30 +0000 (11:02 -0800)]
dispatch-conf: restrict default archive-dir perms

Also, add warnings about rcs and ci behavior in dispatch-conf.conf and
dispatch-conf.1. This will fix bug #315603.

13 years agomake.globals: initialize FFLAGS and FCFLAGS
Zac Medico [Wed, 19 Jan 2011 18:26:29 +0000 (10:26 -0800)]
make.globals: initialize FFLAGS and FCFLAGS

This completes the fixes for bug #349070.

13 years agomake.conf.example: document FFLAGS and FCFLAGS
Sébastien Fabbro [Wed, 19 Jan 2011 18:25:23 +0000 (10:25 -0800)]
make.conf.example: document FFLAGS and FCFLAGS

13 years agomake.conf.5: document FFLAGS and FCFLAGS
Sébastien Fabbro [Wed, 19 Jan 2011 18:03:54 +0000 (10:03 -0800)]
make.conf.5: document FFLAGS and FCFLAGS

13 years agoBinpkgFetcher: ust pty like EbuildFetcher
Zac Medico [Wed, 19 Jan 2011 17:57:02 +0000 (09:57 -0800)]
BinpkgFetcher: ust pty like EbuildFetcher

13 years agodoebuid: clean up AA handling
Zac Medico [Wed, 19 Jan 2011 02:33:23 +0000 (18:33 -0800)]
doebuid: clean up AA handling

13 years agodepgraph: avoid duplicate ebuild visibility check
Zac Medico [Wed, 19 Jan 2011 02:01:17 +0000 (18:01 -0800)]
depgraph: avoid duplicate ebuild visibility check

13 years agodepgraph: avoid updates more
Zac Medico [Tue, 18 Jan 2011 23:28:49 +0000 (15:28 -0800)]
depgraph: avoid updates more

The fix from bug #351828 broke some of the update avoidance behavior
from bug #275945, and this patch should restore it.

13 years agoFix some poor installed/masked || choices.
Zac Medico [Tue, 18 Jan 2011 22:17:31 +0000 (14:17 -0800)]
Fix some poor installed/masked || choices.

This will fix bug #351828. It's fallout from bug #350285.

13 years agoFix breakage from previous commit.
Zac Medico [Tue, 18 Jan 2011 21:07:01 +0000 (13:07 -0800)]
Fix breakage from previous commit.

13 years agodoebuild_environent: handle A/AA initialization
Zac Medico [Tue, 18 Jan 2011 20:43:12 +0000 (12:43 -0800)]
doebuild_environent: handle A/AA initialization

This allows elimination of duplicate code, some of which was introduced
by the fix for bug #351505.

13 years agoFix broken pkg.use.enabled ref from last commit. v2.1.9.33
Zac Medico [Tue, 18 Jan 2011 01:48:54 +0000 (17:48 -0800)]
Fix broken pkg.use.enabled ref from last commit.

13 years agoEbuildBuild: Ensure $A is defined in pkg_nofetch.
Zac Medico [Tue, 18 Jan 2011 01:41:20 +0000 (17:41 -0800)]
EbuildBuild: Ensure $A is defined in pkg_nofetch.

This will fix bug #351505.

13 years agoScheduler: remove uninstall task from pkg_queue v2.1.9.32
Zac Medico [Mon, 17 Jan 2011 21:15:51 +0000 (13:15 -0800)]
Scheduler: remove uninstall task from pkg_queue

13 years agoUse r'' for regex.
Zac Medico [Mon, 17 Jan 2011 20:55:33 +0000 (12:55 -0800)]
Use r'' for regex.

13 years agospawn_nofetch: Ensure $A is defined.
Zac Medico [Mon, 17 Jan 2011 19:06:02 +0000 (11:06 -0800)]
spawn_nofetch: Ensure $A is defined.

This will fix bug #351505.

13 years agospawn_nofetch: fix PORTAGE_BUILDIR_LOCKED state
Zac Medico [Mon, 17 Jan 2011 18:55:42 +0000 (10:55 -0800)]
spawn_nofetch: fix PORTAGE_BUILDIR_LOCKED state

We need to correct the state of this variable here, in order to avoid
erroneous "ebuild phase 'nofetch' has exited unexpectedly" messages.

13 years agoUpdate copyright headers for touched files.
Zac Medico [Sun, 16 Jan 2011 21:42:27 +0000 (13:42 -0800)]
Update copyright headers for touched files.

13 years agoRemove redundant portage.listdir(ignorecvs) code.
Zac Medico [Sun, 16 Jan 2011 20:30:58 +0000 (12:30 -0800)]
Remove redundant portage.listdir(ignorecvs) code.

The ignorecvs filtering is handled by cacheddir since commit
956a2a70446e7618ef29593ed710648ca2b1e19f.

13 years agoMake portage.listdir(ignorecvs=1) omit CVS dirs.
Zac Medico [Sun, 16 Jan 2011 14:20:23 +0000 (06:20 -0800)]
Make portage.listdir(ignorecvs=1) omit CVS dirs.

13 years agoAdd missing InvalidAtom import from prev commit.
Zac Medico [Sun, 16 Jan 2011 13:40:28 +0000 (05:40 -0800)]
Add missing InvalidAtom import from prev commit.

13 years agoUse Atom for stricter portdb.cp_all() validation.
Zac Medico [Sun, 16 Jan 2011 13:30:18 +0000 (05:30 -0800)]
Use Atom for stricter portdb.cp_all() validation.

13 years agoCONTENTS: handle malformed sym entries
Zac Medico [Sun, 16 Jan 2011 12:32:23 +0000 (04:32 -0800)]
CONTENTS: handle malformed sym entries

This will fix bug #351814.

13 years agoTweak PollScheduler signal handling.
Zac Medico [Sun, 16 Jan 2011 03:43:35 +0000 (19:43 -0800)]
Tweak PollScheduler signal handling.

13 years agoRemove duplicate Scheduler constructor call.
Zac Medico [Sun, 16 Jan 2011 00:40:07 +0000 (16:40 -0800)]
Remove duplicate Scheduler constructor call.

13 years agoAdd PollScheduler.terminate() for interruption.
Zac Medico [Sun, 16 Jan 2011 00:00:35 +0000 (16:00 -0800)]
Add PollScheduler.terminate() for interruption.

This allows PollScheduler instances to do basic cleanup and terminate
gracefully when SIGINT or SIGTERM signals are received.

13 years agoWhen killed by signal, return 128 + signum.
Zac Medico [Sat, 15 Jan 2011 21:22:15 +0000 (13:22 -0800)]
When killed by signal, return 128 + signum.

This is the same convention that bash uses for returncodes of
processes that are killed by signals.

13 years agoemerge-webrsync: update for current gpg key
Zac Medico [Fri, 14 Jan 2011 11:34:34 +0000 (03:34 -0800)]
emerge-webrsync: update for current gpg key

13 years agoAsynchronousLock: use process by default
Zac Medico [Thu, 13 Jan 2011 14:14:18 +0000 (06:14 -0800)]
AsynchronousLock: use process by default

The default behavior is to use a process instead of a thread, since
there is currently no way to interrupt a thread that is waiting for
a lock (notably, SIGINT doesn't work because python delivers all
signals to the main thread).

13 years agorepoman: fix PORTDIR consistency for herds.xml
Zac Medico [Sun, 16 Jan 2011 15:40:20 +0000 (07:40 -0800)]
repoman: fix PORTDIR consistency for herds.xml

This fixes a case in which repoman could use the PORTDIR setting in
make.conf to grab herds.xml, even though cwd refers to a different
path (cvs tree rather than rsync tree).

13 years agodocbook: Add missing "of" from last commit. v2.1.9.31
Zac Medico [Wed, 12 Jan 2011 15:30:00 +0000 (07:30 -0800)]
docbook: Add missing "of" from last commit.

13 years agoDon't filter QA warning for --disable-dep...
Zac Medico [Wed, 12 Jan 2011 15:15:20 +0000 (07:15 -0800)]
Don't filter QA warning for --disable-dep...

This reverts commit f3785f651bff9febc0bb3be4f0ee8e4d732495d5.
It's unnecessary to filter since now we check configure --help output
for disable-dependency-tracking (bug #211529).

13 years agoeconf: check confgure --help for --disable-dep...
Zac Medico [Wed, 12 Jan 2011 15:13:14 +0000 (07:13 -0800)]
econf: check confgure --help for --disable-dep...

This is the new behavior, for bug #211529.

13 years agoebuild.sh: skip QA_* init in "depend" phase
Zac Medico [Mon, 10 Jan 2011 05:31:55 +0000 (21:31 -0800)]
ebuild.sh: skip QA_* init in "depend" phase

13 years agoScheduler: free unneeded uninstall task from mem v2.1.9.30
Zac Medico [Fri, 7 Jan 2011 00:34:17 +0000 (16:34 -0800)]
Scheduler: free unneeded uninstall task from mem

13 years agoScheduler: handle same cpv with different SLOT
Zac Medico [Thu, 6 Jan 2011 04:17:03 +0000 (20:17 -0800)]
Scheduler: handle same cpv with different SLOT

13 years agoScheduler: fix reposyntax uninstall hash breakage
Zac Medico [Thu, 6 Jan 2011 03:51:58 +0000 (19:51 -0800)]
Scheduler: fix reposyntax uninstall hash breakage

13 years agoScheduler: always share FakeVartree pkg_cache
Zac Medico [Thu, 6 Jan 2011 03:32:32 +0000 (19:32 -0800)]
Scheduler: always share FakeVartree pkg_cache

13 years agoScheduler: avoid unecessary Package instances
Zac Medico [Thu, 6 Jan 2011 03:12:45 +0000 (19:12 -0800)]
Scheduler: avoid unecessary Package instances

13 years agoScheduler: cache more Packages in --nodeps mode
Zac Medico [Thu, 6 Jan 2011 01:58:03 +0000 (17:58 -0800)]
Scheduler: cache more Packages in --nodeps mode

13 years agoScheduler: cache Package instance more
Zac Medico [Thu, 6 Jan 2011 01:41:28 +0000 (17:41 -0800)]
Scheduler: cache Package instance more

This helps to avoid some cases in which emerge crashes due to ebuild
modification that leads to failure in aux_get/manifest check while
the Scheduler is running. Typically such modifications are harmless,
so it's beneficial to cache the metadata so that aux_get is less
likely to be called when it will fail.

13 years agoemerge-webrsync: eat trailing newlines
Mike Frysinger [Wed, 5 Jan 2011 06:55:54 +0000 (01:55 -0500)]
emerge-webrsync: eat trailing newlines

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years agoemerge-webrsync: add xz support
Mike Frysinger [Wed, 5 Jan 2011 06:55:28 +0000 (01:55 -0500)]
emerge-webrsync: add xz support

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years agoREQUIRED_USE: when unsatisfied, show current USE
Zac Medico [Wed, 5 Jan 2011 04:03:51 +0000 (20:03 -0800)]
REQUIRED_USE: when unsatisfied, show current USE

13 years agoSplit out pkg_use_display() from action_info().
Zac Medico [Wed, 5 Jan 2011 03:52:36 +0000 (19:52 -0800)]
Split out pkg_use_display() from action_info().

13 years agoREQUIRED_USE: test unsatisfied without USE dep v2.1.9.29
Zac Medico [Wed, 5 Jan 2011 01:26:22 +0000 (17:26 -0800)]
REQUIRED_USE: test unsatisfied without USE dep

13 years agocomposite_db: use ebuild visibility for installed
Zac Medico [Wed, 5 Jan 2011 00:52:32 +0000 (16:52 -0800)]
composite_db: use ebuild visibility for installed

This will fix bug #350488.

13 years agodep_zapdeps: add other_installed_some choice bin
Zac Medico [Tue, 4 Jan 2011 23:47:54 +0000 (15:47 -0800)]
dep_zapdeps: add other_installed_some choice bin

13 years agofix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875
Zac Medico [Tue, 4 Jan 2011 01:43:40 +0000 (17:43 -0800)]
fix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875

13 years agodep_zapdeps: add other_installed choice bin
Zac Medico [Tue, 4 Jan 2011 01:13:24 +0000 (17:13 -0800)]
dep_zapdeps: add other_installed choice bin

Hopefully this will fix bug #350488.

13 years agoFix spelling of unsatisfied from previous commit.
Zac Medico [Tue, 4 Jan 2011 00:37:39 +0000 (16:37 -0800)]
Fix spelling of unsatisfied from previous commit.

13 years agoREQUIRED_USE: always show requirements
Zac Medico [Tue, 4 Jan 2011 00:13:41 +0000 (16:13 -0800)]
REQUIRED_USE: always show requirements

This fixes a case in which the user would receive a "masked by:
REQUIRED_USE violated" message without any more information about
the specific requirements. Now, unsatisfied REQUIRED_USE is never
treated as a mask, since it really is nothing like a mask. It's much
more like an unsatisfied USE dependency, so we need to handle it in
a similar way.

13 years agodepgraph: merge some logic from bug #350254
Zac Medico [Mon, 3 Jan 2011 09:01:54 +0000 (01:01 -0800)]
depgraph: merge some logic from bug #350254

13 years agocreate_trees: whitelist SSH_AGENT_PID/AUTH_SOCK v2.1.9.28
Zac Medico [Mon, 3 Jan 2011 00:15:45 +0000 (16:15 -0800)]
create_trees: whitelist SSH_AGENT_PID/AUTH_SOCK

This variables can be used for fetching from binhost.

13 years agoadd depclean test for bug #350285
Zac Medico [Mon, 3 Jan 2011 00:02:09 +0000 (16:02 -0800)]
add depclean test for bug #350285

13 years agodoc use_with/enable empty 3rd arg in EAPI 4
Zac Medico [Sun, 2 Jan 2011 23:52:01 +0000 (15:52 -0800)]
doc use_with/enable empty 3rd arg in EAPI 4

See bug #322049.

13 years agoDepcleanWithInstalledMasked: fix breakage
Zac Medico [Sun, 2 Jan 2011 23:13:46 +0000 (15:13 -0800)]
DepcleanWithInstalledMasked: fix breakage

An assumption about KEYWORDS masking behavior for installed packages
was broken by commit b7de3d1fb10e40b4ef03462f8a145968689ac587.

13 years agoTry to avoid downgrade due to unsat REQUIRED_USE.
Zac Medico [Sun, 2 Jan 2011 22:54:00 +0000 (14:54 -0800)]
Try to avoid downgrade due to unsat REQUIRED_USE.

13 years agomod_syslog: call syslog() once per line
Zac Medico [Sun, 2 Jan 2011 22:45:58 +0000 (14:45 -0800)]
mod_syslog: call syslog() once per line

This will fix bug #350379.