diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-06-27 21:14:42 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-06-27 21:14:42 +0000 |
commit | 5f9168bde5d2f26d78ee84242038a01ddeced3ac (patch) | |
tree | cf851678967e72415d9887730fb89cf9611d0ee5 /net-p2p | |
parent | Initial versioin. closes #54910. (Manifest recommit) (diff) | |
download | gentoo-2-5f9168bde5d2f26d78ee84242038a01ddeced3ac.tar.gz gentoo-2-5f9168bde5d2f26d78ee84242038a01ddeced3ac.tar.bz2 gentoo-2-5f9168bde5d2f26d78ee84242038a01ddeced3ac.zip |
add an "only amd64 may touch this ebuild" message- stay away arch maintainers!
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift/gift-0.11.7_pre20040627.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/gift/gift-0.11.7_pre20040627.ebuild b/net-p2p/gift/gift-0.11.7_pre20040627.ebuild index d71408c096cd..bf4c7c65949b 100644 --- a/net-p2p/gift/gift-0.11.7_pre20040627.ebuild +++ b/net-p2p/gift/gift-0.11.7_pre20040627.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.7_pre20040627.ebuild,v 1.1 2004/06/27 21:04:40 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.7_pre20040627.ebuild,v 1.2 2004/06/27 21:14:42 squinky86 Exp $ inherit eutils libtool @@ -11,6 +11,7 @@ IUSE="" LICENSE="GPL-2" SLOT="0" +# this is ONLY to fix bug #45549 which is amd64-specific KEYWORDS="-* ~amd64" RDEPEND=">=sys-libs/zlib-1.1.4" |