public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
Date: Fri,  5 Feb 2016 07:46:40 +0000 (UTC)	[thread overview]
Message-ID: <1454621752.78f09609f0f81fa0bb2e83cc0dba2346ada2d975.idella4@gentoo> (raw)

commit:     78f09609f0f81fa0bb2e83cc0dba2346ada2d975
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Feb  4 21:35:52 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 21:35:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f09609

dev-libs/uchardet: avoid using EAPI-6-deprecated function in src_prepare

cmake_comment_add_subdirectory is EAPI-6-compatible,
while comment_add_subdirectory is not.

Currently both these functions do the same and
this is a ditto change, thus no revbump.

Package-Manager: portage-2.2.27

 dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 0dd0764..29224ec 100644
--- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
+++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
@@ -22,7 +22,7 @@ PATCHES=(
 )
 
 src_prepare() {
-	use test || comment_add_subdirectory test
+	use test || cmake_comment_add_subdirectory test
 	cmake-utils_src_prepare
 }
 


             reply	other threads:[~2016-02-05  7:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-05  7:46 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-03 23:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/ Patrice Clement
2016-10-01 12:05 Jeroen Roovers
2016-07-21 14:53 Göktürk Yüksek
2016-07-21 14:53 Göktürk Yüksek
2016-07-07 11:15 Tobias Klausmann
2016-06-08 12:46 Patrice Clement
2016-06-07 12:40 Tobias Klausmann
2016-05-10  9:28 Ian Delaney
2016-05-10  9:28 Ian Delaney
2016-03-14 22:12 Agostino Sarubbo
2016-03-05 11:39 Patrice Clement
2016-02-25 17:19 Markus Meier
2016-02-06  8:37 Jeroen Roovers
2016-02-02  8:48 Ian Delaney
2016-01-25  9:46 Patrice Clement
2016-01-25  9:22 Ian Delaney
2015-09-01 19:19 Tobias Klausmann

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=1454621752.78f09609f0f81fa0bb2e83cc0dba2346ada2d975.idella4@gentoo \
    --to=idella4@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