summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2009-03-04 20:52:35 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2009-03-04 20:52:35 +0000
commita8b7b0444bcf8af8981bbb5d35944f25205d6107 (patch)
tree6d328612fd177b32a428c545897e150c5fc65034 /profiles/default/bsd/profile.bashrc
parentBump KDE 4.2.1 (diff)
downloadgentoo-2-a8b7b0444bcf8af8981bbb5d35944f25205d6107.tar.gz
gentoo-2-a8b7b0444bcf8af8981bbb5d35944f25205d6107.tar.bz2
gentoo-2-a8b7b0444bcf8af8981bbb5d35944f25205d6107.zip
Fix bugzilla URL and product.
Diffstat (limited to 'profiles/default/bsd/profile.bashrc')
-rw-r--r--profiles/default/bsd/profile.bashrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default/bsd/profile.bashrc b/profiles/default/bsd/profile.bashrc
index 78b6152ab4c9..0cf58d3be47f 100644
--- a/profiles/default/bsd/profile.bashrc
+++ b/profiles/default/bsd/profile.bashrc
@@ -1,14 +1,14 @@
if [[ ${EBUILD_PHASE} == compile ]] ; then
if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then
eerror "The source code contains a faulty openat.c unit from gnulib."
- eerror "Please report this on Gentoo Bugzilla in Gentoo BSD product."
- eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD"
+ eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD."
+ eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD"
die "Broken openat.c gnulib unit."
fi
if grep -q "test .*==" "${S}" -r --include configure; then
eerror "Found a non POSIX test construction in a configure script"
eerror "The configure checks of this package may not function properly"
- eerror "Please report this on Gentoo Bugzilla in Gentoo BSD product."
- eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD"
+ eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD."
+ eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD"
fi
fi