* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ucl/
@ 2016-09-15 7:45 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2016-09-15 7:45 UTC (permalink / raw
To: gentoo-commits
commit: f98f2d1e819cea8085f0c3bbc2771d363f430b72
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 07:44:33 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 07:45:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98f2d1e
dev-libs/ucl: Allow for compiling with GCC 6
Gentoo-bug: 585632
Package-Manager: portage-2.3.0
dev-libs/ucl/ucl-1.03-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild
index 49083ba..2a7d118 100644
--- a/dev-libs/ucl/ucl-1.03-r1.ebuild
+++ b/dev-libs/ucl/ucl-1.03-r1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-inherit autotools eutils
+inherit autotools eutils flag-o-matic
DESCRIPTION="the UCL Compression Library"
HOMEPAGE="http://www.oberhumer.com/opensource/ucl/"
@@ -32,6 +32,9 @@ src_prepare() {
}
src_configure() {
+ # bug #585632
+ append-cflags -std=c90
+
econf \
--enable-shared \
$(use_enable static-libs static)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ucl/
@ 2020-08-24 1:58 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2020-08-24 1:58 UTC (permalink / raw
To: gentoo-commits
commit: 71b0eb937001aadd4b23ae85dab33c5b5a4b9e0d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 01:57:40 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 01:57:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b0eb93
dev-libs/ucl: Keyword 1.03-r1 arm, #738720
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/ucl/ucl-1.03-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild
index 7c4f7a2e0dc..11208912fb5 100644
--- a/dev-libs/ucl/ucl-1.03-r1.ebuild
+++ b/dev-libs/ucl/ucl-1.03-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
IUSE="static-libs"
DEPEND="!!dev-libs/libucl"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ucl/
@ 2020-08-24 23:47 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2020-08-24 23:47 UTC (permalink / raw
To: gentoo-commits
commit: 7b38b1b82bd1dd857143cc5e0530aaa17eaf70d2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 23:46:36 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 23:46:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b38b1b8
dev-libs/ucl: Keyword 1.03-r1 arm64, #738720
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/ucl/ucl-1.03-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild
index 11208912fb5..9828287020d 100644
--- a/dev-libs/ucl/ucl-1.03-r1.ebuild
+++ b/dev-libs/ucl/ucl-1.03-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
IUSE="static-libs"
DEPEND="!!dev-libs/libucl"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ucl/
@ 2021-04-03 23:07 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 23:07 UTC (permalink / raw
To: gentoo-commits
commit: abdde2d56be7d7d46cf29e8686431268e0d64ce4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 22:44:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 22:44:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdde2d5
dev-libs/ucl: eutils->epatch
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/ucl/ucl-1.03-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild
index 71e1cac0a15..38e1c6530d1 100644
--- a/dev-libs/ucl/ucl-1.03-r1.ebuild
+++ b/dev-libs/ucl/ucl-1.03-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils flag-o-matic ltprune
+
+inherit autotools epatch flag-o-matic ltprune
DESCRIPTION="the UCL Compression Library"
HOMEPAGE="http://www.oberhumer.com/opensource/ucl/"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-03 23:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 23:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ucl/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-08-24 23:47 Sam James
2020-08-24 1:58 Sam James
2016-09-15 7:45 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox