diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-10-24 18:32:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-10-24 18:32:17 +0000 |
commit | c53834ef4f2cbcd88bf63fa85a4031fd389a9875 (patch) | |
tree | 5ebb488fb42d1136ef32549d2994eac586cd3634 /app-crypt/gnupg/gnupg-1.4.2.2.ebuild | |
parent | Version bump. (diff) | |
download | historical-c53834ef4f2cbcd88bf63fa85a4031fd389a9875.tar.gz historical-c53834ef4f2cbcd88bf63fa85a4031fd389a9875.tar.bz2 historical-c53834ef4f2cbcd88bf63fa85a4031fd389a9875.zip |
Dropped ppc-macos keyword, see you in prefix.
Package-Manager: portage-2.1.1
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.4.2.2.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.4.2.2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-crypt/gnupg/gnupg-1.4.2.2.ebuild b/app-crypt/gnupg/gnupg-1.4.2.2.ebuild index 1fd496740bca..2f7b64fa6c91 100644 --- a/app-crypt/gnupg/gnupg-1.4.2.2.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.2.2.ebuild,v 1.18 2006/07/07 21:44:11 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.2.2.ebuild,v 1.19 2006/10/24 18:32:17 grobian Exp $ inherit eutils flag-o-matic linux-info @@ -15,7 +15,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="bzip2 caps curl ecc idea ldap nls readline selinux smartcard static usb zlib X linguas_ru" COMMON_DEPEND=" @@ -163,11 +163,6 @@ src_install() { cp doc/gpg.ru.1 ${T}/gpg.1 doman -i18n=ru ${T}/gpg.1 fi - - # Remove collissions - if use ppc-macos; then - rm ${D}/usr/lib/charset.alias ${D}/usr/share/locale/locale.alias - fi } gnupg_fixcheckperms() { |