summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-09-13 09:25:55 +0200
committerZac Medico <zmedico@gentoo.org>2010-09-13 01:03:09 -0700
commite3c55cec714e218430a2013a9fb04e7e83484f2a (patch)
treec02278e507655e78f4f567a65640bc0b17c64fc8 /bin
parentf58a8ee3b984738cf9cfdcf7e0e221635f719e31 (diff)
downloadportage-e3c55cec714e218430a2013a9fb04e7e83484f2a.tar.gz
portage-e3c55cec714e218430a2013a9fb04e7e83484f2a.tar.bz2
portage-e3c55cec714e218430a2013a9fb04e7e83484f2a.zip
Make sure atoms in profiles follow the profiles EAPI
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 92b01ec2e..70e7cdaf2 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -672,7 +672,7 @@ for path in portdb.porttrees:
uselist.add(use_prefix + x[0])
global_pmasklines.append(portage.util.grabfile_package(
- os.path.join(path, 'profiles', 'package.mask'), recursive=1))
+ os.path.join(path, 'profiles', 'package.mask'), recursive=1, verify_eapi=True))
desc_path = os.path.join(path, 'profiles', 'profiles.desc')
try: