diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-10 09:03:46 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-10 09:03:46 +0000 |
commit | fd892e5d5123d997da9ec13877206bfbedb62270 (patch) | |
tree | 796bffff8e56de0ae44c7bc666dd7f6371e5170a /net-dialup/cutecom | |
parent | Fixing configure (diff) | |
download | gentoo-2-fd892e5d5123d997da9ec13877206bfbedb62270.tar.gz gentoo-2-fd892e5d5123d997da9ec13877206bfbedb62270.tar.bz2 gentoo-2-fd892e5d5123d997da9ec13877206bfbedb62270.zip |
QA: add missing inherit on eutils eclass - needed for domenu
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/cutecom')
-rw-r--r-- | net-dialup/cutecom/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/cutecom/cutecom-0.22.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/cutecom/ChangeLog b/net-dialup/cutecom/ChangeLog index 70cd4a8f3059..d414d8aa3cf4 100644 --- a/net-dialup/cutecom/ChangeLog +++ b/net-dialup/cutecom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/cutecom # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.32 2013/03/10 09:01:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.33 2013/03/10 09:03:46 pinkbyte Exp $ + + 10 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> cutecom-0.22.0-r1.ebuild: + QA: add missing inherit on eutils eclass - needed for domenu 10 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -cutecom-0.20.0-r1.ebuild, -files/cutecom-0.20.0-manpath.patch: diff --git a/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild index 25380927755d..5f37b2aabc16 100644 --- a/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild +++ b/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild,v 1.4 2013/03/09 11:23:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild,v 1.5 2013/03/10 09:03:46 pinkbyte Exp $ EAPI=5 -inherit cmake-utils +inherit cmake-utils eutils DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt" HOMEPAGE="http://cutecom.sourceforge.net" |