summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild')
-rw-r--r--sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
index 1bbce707bb4d..fcfc9ea12e08 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
@@ -14,8 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="doc python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="doc static-libs"
BDEPEND="doc? (
app-text/docbook-sgml-utils
@@ -24,14 +23,6 @@ BDEPEND="doc? (
dev-perl/XML-RegExp
)"
-DEPEND="python? ( ${PYTHON_DEPS} )"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
src_prepare() {
default
@@ -43,8 +34,8 @@ src_prepare() {
multilib_src_configure() {
local myeconfargs=(
--enable-shared
+ --without-python
$(use_enable static-libs static)
- $(multilib_native_use_with python)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"