diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-25 19:42:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-25 19:42:14 +0000 |
commit | 8e1980e013b169d0f0f8beba8fff70e3370b5497 (patch) | |
tree | b658c4002d32a02ca741f0731cb8b9d77357c462 /virtual | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-8e1980e013b169d0f0f8beba8fff70e3370b5497.tar.gz gentoo-2-8e1980e013b169d0f0f8beba8fff70e3370b5497.tar.bz2 gentoo-2-8e1980e013b169d0f0f8beba8fff70e3370b5497.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libintl/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libintl/libintl-0.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/virtual/libintl/ChangeLog b/virtual/libintl/ChangeLog index 9b4c9b1e17a9..604cbec00ba9 100644 --- a/virtual/libintl/ChangeLog +++ b/virtual/libintl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libintl -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v 1.5 2006/10/17 06:47:33 uberlord Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v 1.6 2008/01/25 19:42:14 grobian Exp $ + + 25 Jan 2008; Fabian Groffen <grobian@gentoo.org> libintl-0.ebuild: + Dropped ppc-macos keyword, see you in prefix 17 Oct 2006; Roy Marples <uberlord@gentoo.org> libintl-0.ebuild: Added ~sparc-fbsd keyword. diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild index 23a2f9e7c691..59709e16ab3a 100644 --- a/virtual/libintl/libintl-0.ebuild +++ b/virtual/libintl/libintl-0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.5 2007/07/11 05:04:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.6 2008/01/25 19:42:14 grobian 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 ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="" @@ -16,8 +16,7 @@ DEPEND="" # 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_Darwin? ( sys-devel/gettext ) - elibc_FreeBSD? ( sys-devel/gettext ) +RDEPEND="elibc_FreeBSD? ( sys-devel/gettext ) elibc_NetBSD? ( sys-devel/gettext ) elibc_OpenBSD? ( sys-devel/gettext ) elibc_DragonFly? ( sys-devel/gettext )" |