summaryrefslogtreecommitdiff
blob: fcf6c17cbcb36414bd10df9828601fe1f3c444cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>vapier@gentoo.org</email>
	</maintainer>
	<herd>cpp</herd>
	<use>
		<flag name="gflags">Use <pkg>dev-cpp/gflags</pkg> for flag parsing</flag>
		<flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> for stack unwinding instead of glibc/gcc (may be more reliable on x86_64)</flag>
	</use>
	<upstream>
		<remote-id type="google-code">google-glog</remote-id>
		<remote-id type="github">google/glog</remote-id>
	</upstream>
</pkgmetadata>