dev-libs/libcharon: Add missing PYTHON_*
authorMichał Górny <mgorny@gentoo.org>
Mon, 12 Aug 2019 19:44:17 +0000 (21:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 12 Aug 2019 19:47:24 +0000 (21:47 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/libcharon/libcharon-3.4.1.ebuild
dev-libs/libcharon/libcharon-3.6.0-r1.ebuild [moved from dev-libs/libcharon/libcharon-3.6.0.ebuild with 80% similarity]

index ca9cf5b39c6684d735c9f6b06b3ae11123e59e52..1edcc8fe92b5a12f520e5aef4ce5eea07c8e7ec9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,5 +16,9 @@ LICENSE="LGPL-3"
 SLOT="0/3"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND=${PYTHON_DEPS}
+DEPEND=${RDEPEND}
 
 S="${WORKDIR}/${MY_PN}-${PV}"
similarity index 80%
rename from dev-libs/libcharon/libcharon-3.6.0.ebuild
rename to dev-libs/libcharon/libcharon-3.6.0-r1.ebuild
index 503dd3878a831fab5cdaf41974b8b62716757186..1edcc8fe92b5a12f520e5aef4ce5eea07c8e7ec9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,5 +16,9 @@ LICENSE="LGPL-3"
 SLOT="0/3"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND=${PYTHON_DEPS}
+DEPEND=${RDEPEND}
 
 S="${WORKDIR}/${MY_PN}-${PV}"