commit:     7ae7f14a53258f41e05fbae21aa5541c2e328c9d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 15:22:53 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 15:22:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae7f14a

net-dialup/ppp: fix bug ref

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-dialup/ppp/ppp-2.5.1-r1.ebuild | 4 ++--
 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=(

Reply via email to