diff options
author | David Holm <dholm@gentoo.org> | 2004-02-22 11:33:16 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-22 11:33:16 +0000 |
commit | 506bf9c0fc3f51b44472a809ce6f01262629d964 (patch) | |
tree | ea977a1d2438c8d9b155762eec0c9c3ea22aaa79 /dev-libs/libdaemon | |
parent | Added to ~ppc. (diff) | |
download | historical-506bf9c0fc3f51b44472a809ce6f01262629d964.tar.gz historical-506bf9c0fc3f51b44472a809ce6f01262629d964.tar.bz2 historical-506bf9c0fc3f51b44472a809ce6f01262629d964.zip |
Someone seems to have forgotten to put this in ~amd64 even though apps that depend on it are in ~amd64
Diffstat (limited to 'dev-libs/libdaemon')
-rw-r--r-- | dev-libs/libdaemon/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libdaemon/libdaemon-0.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libdaemon/Manifest b/dev-libs/libdaemon/Manifest index 13ad89403253..a0b94547d498 100644 --- a/dev-libs/libdaemon/Manifest +++ b/dev-libs/libdaemon/Manifest @@ -1,6 +1,6 @@ MD5 349a37daf2c177b002b5b2352ec20d9a ChangeLog 757 MD5 124aa2fa9d27ce4777c98f3dd6c2cb23 libdaemon-0.2.ebuild 871 -MD5 42af5bd8273966d0f0234cea39ff22fd libdaemon-0.3.ebuild 873 +MD5 03efd7313b5c3d61ca43f195e2d2e9e6 libdaemon-0.3.ebuild 880 MD5 367b147771fc659639afab802b90bb97 metadata.xml 252 MD5 f875ee39d2aff597756ecb1f70dc1d09 files/digest-libdaemon-0.2 65 MD5 0690fac6ae3f714079ef10ca93af077a files/digest-libdaemon-0.3 65 diff --git a/dev-libs/libdaemon/libdaemon-0.3.ebuild b/dev-libs/libdaemon/libdaemon-0.3.ebuild index 572e2d054437..baa3fe3d6688 100644 --- a/dev-libs/libdaemon/libdaemon-0.3.ebuild +++ b/dev-libs/libdaemon/libdaemon-0.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.3.ebuild,v 1.2 2004/02/22 11:26:29 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.3.ebuild,v 1.3 2004/02/22 11:33:16 dholm Exp $ DESCRIPTION="Simple library for creating daemon processes in C" HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/" SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="doc" DEPEND="doc? ( app-doc/doxygen net-www/lynx )" S=${WORKDIR}/${P} |