public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs:master commit in: dev-libs/clens/
Date: Thu,  3 Oct 2013 18:36:22 +0000 (UTC)	[thread overview]
Message-ID: <1380825382.fe20bd09e09cf131c5ebdcf0e969306278cb9dc1.ulm@gentoo> (raw)

commit:     fe20bd09e09cf131c5ebdcf0e969306278cb9dc1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 18:36:22 2013 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 18:36:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=fe20bd09

Fix install location.

Package-Manager: portage-2.2.7

---
 dev-libs/clens/ChangeLog          | 3 +++
 dev-libs/clens/clens-0.7.0.ebuild | 7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-libs/clens/ChangeLog b/dev-libs/clens/ChangeLog
index 7f32866..9ec0425 100644
--- a/dev-libs/clens/ChangeLog
+++ b/dev-libs/clens/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Oct 2013; Ulrich Müller <ulm@gentoo.org> clens-0.7.0.ebuild:
+  Fix install location.
+
 *clens-0.7.0 (03 Oct 2013)
 
   03 Oct 2013; Ulrich Müller <ulm@gentoo.org> +clens-0.7.0.ebuild,

diff --git a/dev-libs/clens/clens-0.7.0.ebuild b/dev-libs/clens/clens-0.7.0.ebuild
index 25cdadf..2056c97 100644
--- a/dev-libs/clens/clens-0.7.0.ebuild
+++ b/dev-libs/clens/clens-0.7.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit toolchain-funcs
+inherit multilib toolchain-funcs
 
 DESCRIPTION="Convenience library to aid in porting code from OpenBSD"
 HOMEPAGE="https://opensource.conformal.com/wiki/clens"
@@ -26,5 +26,8 @@ src_prepare() {
 }
 
 src_install() {
-	emake LOCALBASE=/usr DESTDIR="${ED}" install
+	emake DESTDIR="${ED}" \
+		INCDIR="/usr/include" \
+		LIBDIR="/usr/$(get_libdir)" \
+		install
 }


             reply	other threads:[~2013-10-03 18:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-03 18:36 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-04 17:06 [gentoo-commits] proj/emacs:master commit in: dev-libs/clens/ Ulrich Müller
2013-10-03 17:49 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1380825382.fe20bd09e09cf131c5ebdcf0e969306278cb9dc1.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox