diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 19:31:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 19:31:05 +0000 |
commit | cf29bce2b1b442811941e165d740cf07cb224b07 (patch) | |
tree | 209c1dd42512a9e06b69dd2ae68068d2d9f39a09 /app-dicts/sumika | |
parent | Stable on amd64. Bug #125481. (diff) | |
download | historical-cf29bce2b1b442811941e165d740cf07cb224b07.tar.gz historical-cf29bce2b1b442811941e165d740cf07cb224b07.tar.bz2 historical-cf29bce2b1b442811941e165d740cf07cb224b07.zip |
Drop virtual/libc dependency, use virtual/libintl for nls useflag as RDEPEND and make gettext a build-time dependency.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'app-dicts/sumika')
-rw-r--r-- | app-dicts/sumika/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/sumika/sumika-0.12.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-dicts/sumika/ChangeLog b/app-dicts/sumika/ChangeLog index 8b680e1f4378..aa2a7de4e5ff 100644 --- a/app-dicts/sumika/ChangeLog +++ b/app-dicts/sumika/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/sumika -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/ChangeLog,v 1.15 2005/01/01 13:03:14 eradicator Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/ChangeLog,v 1.16 2006/03/09 19:29:49 flameeyes Exp $ + + 09 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> sumika-0.12.ebuild: + Drop virtual/libc dependency, use virtual/libintl for nls useflag as RDEPEND + and make gettext a build-time dependency. 22 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> sumika-0.12.ebuild: Changed einstall to make DESTDIR=${D} install; bug #72017. diff --git a/app-dicts/sumika/sumika-0.12.ebuild b/app-dicts/sumika/sumika-0.12.ebuild index d19e4a30355c..f22197c5b4e2 100644 --- a/app-dicts/sumika/sumika-0.12.ebuild +++ b/app-dicts/sumika/sumika-0.12.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/app-dicts/sumika/sumika-0.12.ebuild,v 1.7 2005/01/01 13:03:14 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/sumika-0.12.ebuild,v 1.8 2006/03/09 19:29:49 flameeyes Exp $ DESCRIPTION="management utility for dictionaries of Anthy, SKK, Canna and PRIME" HOMEPAGE="http://sumika.sourceforge.jp/" @@ -11,10 +11,12 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="nls" -DEPEND="virtual/libc - >=x11-libs/gtk+-2.2 +RDEPEND=">=x11-libs/gtk+-2.2 >=dev-libs/glib-2.2 dev-libs/gdome2 + nls? ( virtual/libintl )" + +DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_compile() { |