diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-02-19 22:51:40 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-02-19 22:51:40 +0000 |
commit | 825f0eb6c95f12b6f8a36c36627077f09635f9b1 (patch) | |
tree | f642f9482b8409863d64e9360c1035c8c0df2d22 | |
parent | 482e05a008c88cf26535b5351bba7dad3b003c46 (diff) | |
download | portage-825f0eb6c95f12b6f8a36c36627077f09635f9b1.tar.gz portage-825f0eb6c95f12b6f8a36c36627077f09635f9b1.tar.bz2 portage-825f0eb6c95f12b6f8a36c36627077f09635f9b1.zip |
Add back Rev to svn:keywords (accidentally removed when setting Id). Thanks
to ABCD for reporting.
svn path=/main/trunk/; revision=12656
-rw-r--r-- | pym/portage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 968566129..6130a4300 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1,7 +1,7 @@ # portage.py -- core Portage functionality # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id: __init__.py 12648 2009-02-19 12:36:51Z zmedico $ VERSION="$Rev: 12601 $"[6:-2] + "-svn" |