diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-21 03:40:54 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-21 03:40:54 +0000 |
commit | 558fe13de96819f414bde2a1d4a1345302079b9b (patch) | |
tree | 37d410bd91e14c8d02ea9cfc4b2e9b2081461b75 /dev-libs/libxslt | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-558fe13de96819f414bde2a1d4a1345302079b9b.tar.gz gentoo-2-558fe13de96819f414bde2a1d4a1345302079b9b.tar.bz2 gentoo-2-558fe13de96819f414bde2a1d4a1345302079b9b.zip |
Fix for prefix and add ~arm-linux + ~x86-linux keywords.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.28-r1.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 0ebfd5962be0..5360585bd5ac 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxslt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.257 2013/01/01 19:34:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.258 2013/02/21 03:40:54 zmedico Exp $ + + 21 Feb 2013; Zac Medico <zmedico@gentoo.org> libxslt-1.1.28-r1.ebuild: + Fix for prefix and add ~arm-linux + ~x86-linux keywords. 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> libxslt-1.1.28.ebuild: m68k/s390/sh stable wrt #447674 diff --git a/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild index 93a7ce1b5807..ab1f66201d94 100644 --- a/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild,v 1.1 2012/12/18 07:48:47 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild,v 1.2 2013/02/21 03:40:54 zmedico Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="crypt debug python static-libs" RDEPEND=">=dev-libs/libxml2-2.8.0:2 @@ -46,7 +46,7 @@ src_configure() { econf \ $(use_enable static-libs static) \ - --with-html-dir=/usr/share/doc/${PF} \ + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF} \ --with-html-subdir=html \ $(use_with crypt crypto) \ $(use_with python) \ @@ -86,8 +86,8 @@ libxslt_py_emake() { PYTHON="${PYTHON}" \ PYTHON_INCLUDES="${EPREFIX}/usr/include/${EPYTHON}" \ PYTHON_LIBS="$(python-config --ldflags)" \ - PYTHON_SITE_PACKAGES="$(python_get_sitedir)" \ - pythondir="$(python_get_sitedir)" \ + PYTHON_SITE_PACKAGES="${EPREFIX}$(python_get_sitedir)" \ + pythondir="${EPREFIX}$(python_get_sitedir)" \ PYTHON_VERSION=${EPYTHON/python} "$@" popd > /dev/null } |