summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-01-14 14:55:15 +0000
committerMichał Górny <mgorny@gentoo.org>2012-01-14 14:55:15 +0000
commitd5fda8630506a0fc99eb51af06daeb95cbfa62eb (patch)
tree76b07f8546ad194fb8de4cbe4bf77c141161e71b
parentVersion bump (diff)
downloadgentoo-2-d5fda8630506a0fc99eb51af06daeb95cbfa62eb.tar.gz
gentoo-2-d5fda8630506a0fc99eb51af06daeb95cbfa62eb.tar.bz2
gentoo-2-d5fda8630506a0fc99eb51af06daeb95cbfa62eb.zip
--docdir is now passed within autotools-utils.eclass.
(Portage version: 2.2.0_alpha84_p26/cvs/Linux x86_64)
-rw-r--r--dev-libs/libstrl/ChangeLog7
-rw-r--r--dev-libs/libstrl/libstrl-0.5.1.ebuild5
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-libs/libstrl/ChangeLog b/dev-libs/libstrl/ChangeLog
index 7adc5e9b9f9e..45b755df84b7 100644
--- a/dev-libs/libstrl/ChangeLog
+++ b/dev-libs/libstrl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libstrl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/ChangeLog,v 1.9 2011/10/15 23:24:13 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/ChangeLog,v 1.10 2012/01/14 14:55:15 mgorny Exp $
+
+ 14 Jan 2012; Michał Górny <mgorny@gentoo.org> libstrl-0.5.1.ebuild:
+ --docdir is now passed within autotools-utils.eclass.
15 Oct 2011; Markus Meier <maekke@gentoo.org> libstrl-0.5.1.ebuild:
x86 stable, bug #385957
diff --git a/dev-libs/libstrl/libstrl-0.5.1.ebuild b/dev-libs/libstrl/libstrl-0.5.1.ebuild
index fbcf50a9104a..79c3b64265a7 100644
--- a/dev-libs/libstrl/libstrl-0.5.1.ebuild
+++ b/dev-libs/libstrl/libstrl-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/libstrl-0.5.1.ebuild,v 1.3 2011/10/15 23:24:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstrl/libstrl-0.5.1.ebuild,v 1.4 2012/01/14 14:55:15 mgorny Exp $
EAPI=4
@@ -23,7 +23,6 @@ src_configure() {
local myeconfargs=(
$(use_with doc doxygen)
$(use_with test check)
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
)
autotools-utils_src_configure