diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-02-04 00:35:32 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-02-04 00:35:32 +0000 |
commit | 1de87dcf9db739e48e863320f43aa63ebc96ad60 (patch) | |
tree | 0a3bbea501578b5a9ce5e761478af74829ef3960 /sys-devel | |
parent | add a blocker for sys-apps/kmod for bug #401899 (diff) | |
download | gentoo-2-1de87dcf9db739e48e863320f43aa63ebc96ad60.tar.gz gentoo-2-1de87dcf9db739e48e863320f43aa63ebc96ad60.tar.bz2 gentoo-2-1de87dcf9db739e48e863320f43aa63ebc96ad60.zip |
Add dependency on dev-util/gperf in 1.14 series
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/ct-ng/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.14.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog index 85f2588384ef..37437738b763 100644 --- a/sys-devel/ct-ng/ChangeLog +++ b/sys-devel/ct-ng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/ct-ng # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.28 2012/02/01 13:19:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.29 2012/02/04 00:35:32 blueness Exp $ + + 04 Feb 2012; Anthony G. Basile <blueness@gentoo.org> ct-ng-1.14.0.ebuild: + Add dependency on dev-util/gperf in 1.14 series 01 Feb 2012; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.13.1.ebuild, -ct-ng-1.13.2.ebuild: diff --git a/sys-devel/ct-ng/ct-ng-1.14.0.ebuild b/sys-devel/ct-ng/ct-ng-1.14.0.ebuild index 64ac886e05f5..e9449593fcee 100644 --- a/sys-devel/ct-ng/ct-ng-1.14.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.14.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/sys-devel/ct-ng/ct-ng-1.14.0.ebuild,v 1.1 2012/02/01 13:16:57 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.14.0.ebuild,v 1.2 2012/02/04 00:35:32 blueness Exp $ EAPI="4" @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="bash-completion" RDEPEND="net-misc/curl + dev-util/gperf dev-vcs/cvs dev-vcs/subversion" |