public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnots/
Date: Mon, 22 Aug 2016 19:01:04 +0000 (UTC)	[thread overview]
Message-ID: <1471892463.25c7fd05b4e8078439390b36cda83bab69041852.jer@gentoo> (raw)

commit:     25c7fd05b4e8078439390b36cda83bab69041852
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 19:00:43 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 19:01:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c7fd05

x11-misc/xnots: Fix building with sys-devel/gcc-5* (bug #575376).

Package-Manager: portage-2.3.0

 x11-misc/xnots/xnots-0.2.1-r1.ebuild | 22 ++++++++++++++--------
 x11-misc/xnots/xnots-9999.ebuild     | 22 ++++++++++++++--------
 2 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/x11-misc/xnots/xnots-0.2.1-r1.ebuild b/x11-misc/xnots/xnots-0.2.1-r1.ebuild
index ee11e5f..92153b8 100644
--- a/x11-misc/xnots/xnots-0.2.1-r1.ebuild
+++ b/x11-misc/xnots/xnots-0.2.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="A desktop sticky note program for the unix geek"
 HOMEPAGE="http://xnots.sourceforge.net https://github.com/thePalindrome/xnots"
@@ -14,20 +14,26 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="vim-syntax"
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	x11-libs/libX11
 	x11-libs/libXext
-	x11-libs/libXrender
 	x11-libs/libXrandr
-	x11-libs/pango[X]"
+	x11-libs/libXrender
+	x11-libs/pango[X]
+"
 
-DEPEND="${RDEPEND}
+DEPEND="
+	${RDEPEND}
 	virtual/pkgconfig
-	x11-proto/xextproto
+	x11-proto/randrproto
 	x11-proto/renderproto
-	x11-proto/randrproto"
+	x11-proto/xextproto
+"
 
 src_prepare() {
 	sed -i -e 's|LICENCE||g' Makefile || die
+
+	append-cflags -std=gnu89
 }
 
 src_compile() {

diff --git a/x11-misc/xnots/xnots-9999.ebuild b/x11-misc/xnots/xnots-9999.ebuild
index d30b43e..4615827 100644
--- a/x11-misc/xnots/xnots-9999.ebuild
+++ b/x11-misc/xnots/xnots-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit git-r3 toolchain-funcs
+inherit flag-o-matic git-r3 toolchain-funcs
 
 DESCRIPTION="A desktop sticky note program for the unix geek"
 HOMEPAGE="http://xnots.sourceforge.net https://github.com/thePalindrome/xnots"
@@ -13,20 +13,26 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="vim-syntax"
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	x11-libs/libX11
 	x11-libs/libXext
-	x11-libs/libXrender
 	x11-libs/libXrandr
-	x11-libs/pango[X]"
+	x11-libs/libXrender
+	x11-libs/pango[X]
+"
 
-DEPEND="${RDEPEND}
+DEPEND="
+	${RDEPEND}
 	virtual/pkgconfig
-	x11-proto/xextproto
+	x11-proto/randrproto
 	x11-proto/renderproto
-	x11-proto/randrproto"
+	x11-proto/xextproto
+"
 
 src_prepare() {
 	sed -i -e 's|LICENCE||g' Makefile || die
+
+	append-cflags -std=gnu89
 }
 
 src_compile() {


             reply	other threads:[~2016-08-22 19:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-22 19:01 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  7:09 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnots/ Joonas Niilola
2022-03-11 16:40 Marek Szuba
2021-09-28 20:48 Marek Szuba
2021-09-28  9:53 Marek Szuba
2020-11-29 22:52 Marek Szuba
2019-10-21  7:11 Jeroen Roovers
2019-10-21  7:11 Jeroen Roovers
2017-04-07  9:24 Jeroen Roovers
2015-09-16  3:54 Jeroen Roovers

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=1471892463.25c7fd05b4e8078439390b36cda83bab69041852.jer@gentoo \
    --to=jer@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