summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-29 00:56:43 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-29 00:56:43 +0000
commit010b70d5d5d1454389233305f18fe15792a7c3ab (patch)
treefd9711212994087a847ba6f167ed5242f2f1dbbc /dev-libs/liboil/liboil-0.3.17.ebuild
parentForgot to add bug # to ChangeLog (diff)
downloadgentoo-2-010b70d5d5d1454389233305f18fe15792a7c3ab.tar.gz
gentoo-2-010b70d5d5d1454389233305f18fe15792a7c3ab.tar.bz2
gentoo-2-010b70d5d5d1454389233305f18fe15792a7c3ab.zip
Add upstream patch to fix CPU detection on amd64. Add prefix keywords (bug #440082, thanks to Christoph Junghans). Remove useless doc USE flag, and install docs in the location where tools like devhelp expect them. Punt .la files, and make static libs optional.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/liboil/liboil-0.3.17.ebuild')
-rw-r--r--dev-libs/liboil/liboil-0.3.17.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/liboil/liboil-0.3.17.ebuild b/dev-libs/liboil/liboil-0.3.17.ebuild
index e338bee0d4dd..8ad9075645de 100644
--- a/dev-libs/liboil/liboil-0.3.17.ebuild
+++ b/dev-libs/liboil/liboil-0.3.17.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/liboil-0.3.17.ebuild,v 1.9 2012/06/06 03:34:34 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/liboil-0.3.17.ebuild,v 1.10 2012/10/29 00:56:43 tetromino Exp $
EAPI=2
inherit eutils flag-o-matic multilib
-DESCRIPTION="library of simple functions that are optimized for various CPUs"
+DESCRIPTION="Library of simple functions that are optimized for various CPUs"
HOMEPAGE="http://liboil.freedesktop.org/"
SRC_URI="http://liboil.freedesktop.org/download/${P}.tar.gz"
@@ -16,6 +16,7 @@ IUSE="doc +examples test"
RDEPEND="examples? ( dev-libs/glib:2 )"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1 )"
src_prepare() {