blob: dd1082abcd1798a34e28806ff5078b94ec8944f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{'description': {'en': 'Up to date ck-sources'},
'feed': ['https://github.com/Pross/pross-overlay/commits/master.atom'],
'homepage': 'https://github.com/Pross/pross-overlay',
'name': 'pross',
'owner': [{'email': 'pross@pross.org.uk',
'name': 'Simon Prosser',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Pross/pross-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync pross
Already up to date.
*** syncing pross
*** synced pross
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pross
* media-libs/libglvnd-1.2.0: failed sourcing ebuild: Invalid implementation in PYTHON_COMPAT: python3+
* media-libs/libglvnd-1.3.1: failed sourcing ebuild: Invalid implementation in PYTHON_COMPAT: python3+
* Cache regen failed with 1
|