diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-18 18:32:28 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-20 22:28:34 +0200 |
commit | 5662f9577ad70b5512043be3cb7043395148bfc1 (patch) | |
tree | d015915abdb2c847f53d0a2afa6dcd7703a541d3 /sci-libs/linux-gpib | |
parent | sci-libs/linux-gpib: update HOMEPAGE and SRC_URI. (diff) | |
download | gentoo-5662f9577ad70b5512043be3cb7043395148bfc1.tar.gz gentoo-5662f9577ad70b5512043be3cb7043395148bfc1.tar.bz2 gentoo-5662f9577ad70b5512043be3cb7043395148bfc1.zip |
sci-libs/linux-gpib: update link to upstream bug report.
Diffstat (limited to 'sci-libs/linux-gpib')
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild index 7f7c0c6d2abf..d9dbcd6880cc 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild @@ -54,7 +54,7 @@ pkg_setup () { die "Kernel versions older than 2.6.8 are not supported." fi - # https://sourceforge.net/tracker/?func=detail&aid=3285657&group_id=42378&atid=432940 + # https://sourceforge.net/p/linux-gpib/bugs/43/ if use pcmcia && kernel_is -ge 2 6 38; then die "pcmcia support is broken on kernels newer 2.6.38" fi |