diff options
author | Mike Gilbert <floppym@gentoo.org> | 2025-01-08 10:22:53 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2025-01-08 10:22:53 -0500 |
commit | 7ae7f14a53258f41e05fbae21aa5541c2e328c9d (patch) | |
tree | d2934d09331150e7c729b74b6542cfb0eb8550ea /net-dialup/ppp | |
parent | dev-java/mill-bin: add 0.12.5 (diff) | |
download | gentoo-7ae7f14a53258f41e05fbae21aa5541c2e328c9d.tar.gz gentoo-7ae7f14a53258f41e05fbae21aa5541c2e328c9d.tar.bz2 gentoo-7ae7f14a53258f41e05fbae21aa5541c2e328c9d.zip |
net-dialup/ppp: fix bug ref
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ppp-2.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.5.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/ppp/ppp-2.5.1-r1.ebuild b/net-dialup/ppp/ppp-2.5.1-r1.ebuild index 4009514c3ccd..d34919022999 100644 --- a/net-dialup/ppp/ppp-2.5.1-r1.ebuild +++ b/net-dialup/ppp/ppp-2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -70,7 +70,7 @@ src_prepare() { } src_configure() { - # bug #944065 + # https://bugs.gentoo.org/943931 append-cflags -std=gnu17 local args=( diff --git a/net-dialup/ppp/ppp-2.5.2.ebuild b/net-dialup/ppp/ppp-2.5.2.ebuild index f777f5f9240d..02d8a124a403 100644 --- a/net-dialup/ppp/ppp-2.5.2.ebuild +++ b/net-dialup/ppp/ppp-2.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,7 +69,7 @@ src_prepare() { } src_configure() { - # bug #944065 + # https://bugs.gentoo.org/943931 append-cflags -std=gnu17 local args=( |