diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-04 22:29:38 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-04 22:29:38 +0000 |
commit | 014a6a23c81f5932f1a02c0823647e7c341b8bf6 (patch) | |
tree | 433c4301a3d6d6111989d1f9881e70a35d05cc1e /net-libs/libesmtp | |
parent | ppc stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-014a6a23c81f5932f1a02c0823647e7c341b8bf6.tar.gz gentoo-2-014a6a23c81f5932f1a02c0823647e7c341b8bf6.tar.bz2 gentoo-2-014a6a23c81f5932f1a02c0823647e7c341b8bf6.zip |
PPC stable profile update
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libesmtp/libesmtp-1.0-r1.ebuild b/net-libs/libesmtp/libesmtp-1.0-r1.ebuild index 659f7a5371aa..56f48dabcfa4 100644 --- a/net-libs/libesmtp/libesmtp-1.0-r1.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0-r1.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-libs/libesmtp/libesmtp-1.0-r1.ebuild,v 1.11 2004/09/03 01:14:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0-r1.ebuild,v 1.12 2004/10/04 22:27:02 pvdabeel Exp $ inherit gcc eutils gnuconfig libtool @@ -18,7 +18,7 @@ RDEPEND="" SLOT="0" LICENSE="LGPL-2.1 GPL-2" -KEYWORDS="x86 sparc ~ppc alpha" +KEYWORDS="x86 sparc ppc alpha" src_unpack() { unpack ${A} ; cd ${S} |