diff options
Diffstat (limited to 'net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild')
| -rw-r--r-- | net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild b/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild index 968e8c19..811bada9 100644 --- a/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild +++ b/net-misc/ga_wrapper/ga_wrapper-0.0.1.ebuild @@ -1,15 +1,13 @@ -# By eroen, 2013 -# +# By eroen, 2013-2016 # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all copies. -# -# $Header: $ +# $Id$ EAPI=5 -PYTHON_COMPAT=(python2_7 python3_3) +PYTHON_COMPAT=(python2_7 python3_3 python3_4 python3_5) -if [[ ${PV} == *9999* ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 distutils-r1 EGIT_REPO_URI="https://www.eroen.eu/cgit/cgit.cgi/ga_wrapper" else @@ -18,7 +16,7 @@ else KEYWORDS="~x86 ~amd64" fi -DESCRIPTION="wrapper for using git-annex for distfiles with portage" +DESCRIPTION="Wrapper for using git-annex for portage DISTDIR" HOMEPAGE="https://www.eroen.eu" LICENSE="ISC" |
