diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-21 22:08:01 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-21 22:08:01 +0000 |
commit | 464d19d4ed6032545eddd10b42cf78900e4fc0a4 (patch) | |
tree | 7f9213fa009680f55d26cbbe4cef11ccf42e56a5 /sys-libs/gi-detect | |
parent | amd64 stuff (diff) | |
download | historical-464d19d4ed6032545eddd10b42cf78900e4fc0a4.tar.gz historical-464d19d4ed6032545eddd10b42cf78900e4fc0a4.tar.bz2 historical-464d19d4ed6032545eddd10b42cf78900e4fc0a4.zip |
amd64 fixes
Diffstat (limited to 'sys-libs/gi-detect')
-rw-r--r-- | sys-libs/gi-detect/Manifest | 2 | ||||
-rw-r--r-- | sys-libs/gi-detect/gi-detect-0.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/gi-detect/Manifest b/sys-libs/gi-detect/Manifest index 139ecf69b81a..719cdff980dd 100644 --- a/sys-libs/gi-detect/Manifest +++ b/sys-libs/gi-detect/Manifest @@ -1,3 +1,3 @@ MD5 a639e87f6c80f27bc5feeaa075d59aa8 ChangeLog 306 -MD5 1ebd872ce351acc9402c810a5c8ffe3e gi-detect-0.1.ebuild 684 +MD5 e0b5ce7270edabd10fa65813b2ae8e16 gi-detect-0.1.ebuild 692 MD5 87ca1c24ae679b39c8c300914f2e8c01 files/digest-gi-detect-0.1 63 diff --git a/sys-libs/gi-detect/gi-detect-0.1.ebuild b/sys-libs/gi-detect/gi-detect-0.1.ebuild index 32b60347c886..6e3c889f5f13 100644 --- a/sys-libs/gi-detect/gi-detect-0.1.ebuild +++ b/sys-libs/gi-detect/gi-detect-0.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gi-detect/gi-detect-0.1.ebuild,v 1.2 2003/02/13 16:48:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gi-detect/gi-detect-0.1.ebuild,v 1.3 2003/06/21 22:06:04 drobbins Exp $ DESCRIPTION="Python interface to detect." HOMEPAGE="http://sourceforge.net/projects/linbrew/" SRC_URI="mirror://sourceforge/linbrew/GI_Detect-0.1.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" DEPEND="sys-apps/discover sys-libs/detect" S="${WORKDIR}/GI_Detect-0.1" |