diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2012-03-30 21:13:55 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2012-03-30 21:13:55 +0000 |
commit | d05e862f2ce4e73b3b17d952090ba02e81461faa (patch) | |
tree | 18390798481a713dc719f654cbd33745f5901f63 /dev-libs | |
parent | Add glib-networking to the mask (diff) | |
download | gentoo-2-d05e862f2ce4e73b3b17d952090ba02e81461faa.tar.gz gentoo-2-d05e862f2ce4e73b3b17d952090ba02e81461faa.tar.bz2 gentoo-2-d05e862f2ce4e73b3b17d952090ba02e81461faa.zip |
Adding sys-devel/libtool as a DEPEND, bug 401527
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/iniparser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/iniparser/iniparser-3.0.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog index b2353a539e00..0416ad640952 100644 --- a/dev-libs/iniparser/ChangeLog +++ b/dev-libs/iniparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/iniparser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.20 2012/01/11 02:52:47 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.21 2012/03/30 21:13:55 vostorga Exp $ + + 30 Mar 2012; Víctor Ostorga <vostorga@gentoo.org> iniparser-3.0.0.ebuild: + Adding sys-devel/libtool as a DEPEND, bug 401527 *iniparser-3.0.0 (11 Jan 2012) diff --git a/dev-libs/iniparser/iniparser-3.0.0.ebuild b/dev-libs/iniparser/iniparser-3.0.0.ebuild index 9d9c7eee3a48..33fa4a72fa29 100644 --- a/dev-libs/iniparser/iniparser-3.0.0.ebuild +++ b/dev-libs/iniparser/iniparser-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0.0.ebuild,v 1.2 2012/01/11 16:11:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0.0.ebuild,v 1.3 2012/03/30 21:13:55 vostorga Exp $ EAPI="4" @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-macos" IUSE="doc examples static-libs" -DEPEND="doc? ( app-doc/doxygen )" +DEPEND="doc? ( app-doc/doxygen ) + sys-devel/libtool" RDEPEND="" # the tests are rather examples than tests, no point in running them |