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 | ba828c6d9e9c2022f17acc1af35299539189ed60 (patch) | |
tree | 97383cee6635251281a4d305a9c382abb45d2cb0 /dev-libs | |
parent | Added to ~ppc. (Manifest recommit) (diff) | |
download | gentoo-2-ba828c6d9e9c2022f17acc1af35299539189ed60.tar.gz gentoo-2-ba828c6d9e9c2022f17acc1af35299539189ed60.tar.bz2 gentoo-2-ba828c6d9e9c2022f17acc1af35299539189ed60.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')
-rw-r--r-- | dev-libs/libdaemon/libdaemon-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |