summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-12-09 22:00:47 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-12-09 22:00:47 +0000
commita01e4a9edbda41e434cbadec23cb2a9a3b340fe0 (patch)
tree521f7e48f2ba566f47f293d5fe03a1db453b3406 /dev-python/sip/sip-3.11.1.ebuild
parentNeeds a higher minimum version of libvorbis; closes bug #114361. (diff)
downloadhistorical-a01e4a9edbda41e434cbadec23cb2a9a3b340fe0.tar.gz
historical-a01e4a9edbda41e434cbadec23cb2a9a3b340fe0.tar.bz2
historical-a01e4a9edbda41e434cbadec23cb2a9a3b340fe0.zip
version bump, $ROOT fixes, fix LICENSE in all ebuilds
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-python/sip/sip-3.11.1.ebuild')
-rw-r--r--dev-python/sip/sip-3.11.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/sip/sip-3.11.1.ebuild b/dev-python/sip/sip-3.11.1.ebuild
index 042b0d889ca5..d49c0c1ce0d7 100644
--- a/dev-python/sip/sip-3.11.1.ebuild
+++ b/dev-python/sip/sip-3.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.11.1.ebuild,v 1.2 2005/02/08 05:06:31 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.11.1.ebuild,v 1.3 2005/12/09 22:00:47 carlo Exp $
inherit distutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
-LICENSE="GPL-2"
+LICENSE="sip"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
IUSE=""
@@ -20,9 +20,9 @@ DEPEND="virtual/libc
src_compile(){
distutils_python_version
python configure.py -l qt-mt \
- -b /usr/bin \
- -d /usr/lib/python${PYVER}/site-packages \
- -e /usr/include/python${PYVER} \
+ -b ${ROOT}/usr/bin \
+ -d ${ROOT}/usr/lib/python${PYVER}/site-packages \
+ -e ${ROOT}/usr/include/python${PYVER} \
"CXXFLAGS+=${CXXFLAGS}"
emake || die
}