diff options
author | Eray Aslan <eras@gentoo.org> | 2013-10-11 14:28:36 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-10-11 14:28:36 +0000 |
commit | fbaed472a914f031317badc8f0fa43a29875fcb1 (patch) | |
tree | 8434ee9a5cb886851b759c0b72b3dc2785a0f1ae /app-crypt/heimdal | |
parent | Fix build time python deps - bug #487556 (diff) | |
download | gentoo-2-fbaed472a914f031317badc8f0fa43a29875fcb1.tar.gz gentoo-2-fbaed472a914f031317badc8f0fa43a29875fcb1.tar.bz2 gentoo-2-fbaed472a914f031317badc8f0fa43a29875fcb1.zip |
Fix build time python deps - bug #487562
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.5.3-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 96aa047d5d16..0348b7f16eb0 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.215 2013/09/05 19:44:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.216 2013/10/11 14:28:36 eras Exp $ + + 11 Oct 2013; Eray Aslan <eras@gentoo.org> heimdal-1.5.3-r1.ebuild: + Fix build time python deps - bug #487562 05 Sep 2013; Michał Górny <mgorny@gentoo.org> heimdal-1.5.3-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/app-crypt/heimdal/heimdal-1.5.3-r1.ebuild b/app-crypt/heimdal/heimdal-1.5.3-r1.ebuild index d455a5e61d3a..2efdf44ed400 100644 --- a/app-crypt/heimdal/heimdal-1.5.3-r1.ebuild +++ b/app-crypt/heimdal/heimdal-1.5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r1.ebuild,v 1.2 2013/09/05 19:44:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r1.ebuild,v 1.3 2013/10/11 14:28:36 eras Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -35,6 +35,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) !!app-crypt/mit-krb5-appl" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig >=sys-devel/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" |