Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310205 - Please review changes to net-libs/ortp for Prefix
Summary: Please review changes to net-libs/ortp for Prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mounir Lamouri (volkmar) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 12:41 UTC by Fabian Groffen
Modified: 2010-03-21 11:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2010-03-19 12:41:36 UTC
--- ortp-0.16.1.ebuild        2010-02-11 19:52:25 +0100
+++ ortp-0.16.1.ebuild  2010-03-19 13:39:05 +0100
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.16.1.ebuild,v 1.1 2010/02/11 18:52:25 pva Exp $
 
-EAPI="2"
+EAPI="3"
 
 inherit eutils
 
@@ -57,7 +57,7 @@
        # mode64bit adds +DA2.0W +DS2.0 CFLAGS wich are needed for HP-UX
        # strict adds -Werror, don't want it
        econf \
-               --docdir=/usr/share/doc/${PF} \
+               --docdir="${EPREFIX}"/usr/share/doc/${PF} \
                --disable-memcheck \
                --disable-mode64bit \
                --disable-strict \


I think the change is so trivial that a revbump isn't necessary, however, if you prefer that, let us know.

Please accept or comment on the intended changes, thanks.
Comment 1 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2010-03-20 12:46:46 UTC
Indeed, no need to revbump. Feel free to commit your changes.
Comment 2 Fabian Groffen gentoo-dev 2010-03-21 11:48:19 UTC
committed, thanks