diff options
-rw-r--r-- | devel/osc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/osc/Makefile b/devel/osc/Makefile index 6b7da322b389..d2745d79bf0b 100644 --- a/devel/osc/Makefile +++ b/devel/osc/Makefile @@ -18,7 +18,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>0:${PORTSDIR}/www/py-urlgrabber USE_GITHUB= yes GH_ACCOUNT= openSUSE -USES= python +CPE_VENDOR= suse +CPE_PRODUCT= opensuse_osc + +USES= cpe python USE_PYTHON= distutils PYDISTUTILS_PKGVERSION=${PORTVERSION:C/^([0-9]+\.[0-9]+)\.[0-9]+/\1/} |