diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2008-01-09 12:33:59 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2008-01-09 12:33:59 +0000 |
commit | 7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7 (patch) | |
tree | 8c7aa41dd785113890c98338bc92524370a31256 /app-editors/amyedit/amyedit-0.9.ebuild | |
parent | Add unstable version (diff) | |
download | gentoo-2-7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7.tar.gz gentoo-2-7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7.tar.bz2 gentoo-2-7f5c3937a8e6d44c36dd91549b77d85aa5d4acb7.zip |
Added DEPEND dev-util/pkgconfig, #205033
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-editors/amyedit/amyedit-0.9.ebuild')
-rw-r--r-- | app-editors/amyedit/amyedit-0.9.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-editors/amyedit/amyedit-0.9.ebuild b/app-editors/amyedit/amyedit-0.9.ebuild index 882fe1a6f173..db3cd0c1fde5 100644 --- a/app-editors/amyedit/amyedit-0.9.ebuild +++ b/app-editors/amyedit/amyedit-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.8 2007/10/11 18:48:29 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.9 2008/01/09 12:33:59 pclouds Exp $ inherit eutils @@ -11,9 +11,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND=">=dev-cpp/gtkmm-2.4.8 +RDEPEND=">=dev-cpp/gtkmm-2.4.8 =x11-libs/gtksourceview-1* app-text/aspell" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { einstall |