diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2009-12-15 18:18:48 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2009-12-15 18:18:48 +0000 |
commit | de843f25d2c0e21fa38132c6911fa82541c0e756 (patch) | |
tree | a036378522ee48016592989bcb97e124ebe500a9 /virtual/libintl/libintl-0.ebuild | |
parent | ia64/sh/sparc stable wrt #287214 (diff) | |
download | historical-de843f25d2c0e21fa38132c6911fa82541c0e756.tar.gz historical-de843f25d2c0e21fa38132c6911fa82541c0e756.tar.bz2 historical-de843f25d2c0e21fa38132c6911fa82541c0e756.zip |
QA: Add prefix keywords; clean up deps for prefix; change maintainer to alt@
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'virtual/libintl/libintl-0.ebuild')
-rw-r--r-- | virtual/libintl/libintl-0.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild index 59709e16ab3a..bc2f79d6cc8a 100644 --- a/virtual/libintl/libintl-0.ebuild +++ b/virtual/libintl/libintl-0.ebuild @@ -1,22 +1,16 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.6 2008/01/25 19:42:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.7 2009/12/15 18:18:48 abcd Exp $ DESCRIPTION="Virtual for the GNU Internationalization Library" HOMEPAGE="http://www.gentoo.org/proj/en/gentoo-alt/" SRC_URI="" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" -# - Use this syntax (defining the various libcs) as this allows to use-mask if the -# dep is not present for some Linux systems; using the !elibc_glibc() syntax -# would lead to problems for libiconv for example # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between # that and gcc -RDEPEND="elibc_FreeBSD? ( sys-devel/gettext ) - elibc_NetBSD? ( sys-devel/gettext ) - elibc_OpenBSD? ( sys-devel/gettext ) - elibc_DragonFly? ( sys-devel/gettext )" +RDEPEND="!elibc_glibc? ( sys-devel/gettext )" |