diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-12 02:53:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-12 02:53:28 +0000 |
commit | 15dc142ea0a27870b7a04f87cd580158a0f207b1 (patch) | |
tree | 1e884b5e2859ed1d1366e098c067f2ba1b86ec70 /dev-libs/libgpg-error | |
parent | fix typo in gnupg warning message (diff) | |
download | gentoo-2-15dc142ea0a27870b7a04f87cd580158a0f207b1.tar.gz gentoo-2-15dc142ea0a27870b7a04f87cd580158a0f207b1.tar.bz2 gentoo-2-15dc142ea0a27870b7a04f87cd580158a0f207b1.zip |
m68k love
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-libs/libgpg-error')
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.1.ebuild | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild index b91434fadf9c..7fc146d751b8 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild,v 1.15 2005/10/12 12:54:15 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.0-r1.ebuild,v 1.16 2006/04/12 02:53:28 vapier Exp $ inherit libtool eutils @@ -10,11 +10,10 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="nls" DEPEND="!ppc-macos? ( >=sys-devel/autoconf-2.59 )" - RDEPEND="nls? ( sys-devel/gettext )" src_unpack() { diff --git a/dev-libs/libgpg-error/libgpg-error-1.1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.1.ebuild index 83505e7773f3..8eb085f56839 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.1.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.1.ebuild,v 1.6 2005/10/12 12:55:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.1.ebuild,v 1.7 2006/04/12 02:53:28 vapier Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |