diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-05 23:40:36 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-05 23:40:36 +0000 |
commit | 03262cb698203d730d69b4bf269624f83ceced78 (patch) | |
tree | 6a8117a3149543549dd65f5c10d551f3085d3b56 /app-text | |
parent | x86 keyword and cleanup (Manifest recommit) (diff) | |
download | gentoo-2-03262cb698203d730d69b4bf269624f83ceced78.tar.gz gentoo-2-03262cb698203d730d69b4bf269624f83ceced78.tar.bz2 gentoo-2-03262cb698203d730d69b4bf269624f83ceced78.zip |
QA fix - IUSE added
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/rfcutil/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/rfcutil/rfcutil-3.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/rfcutil/ChangeLog b/app-text/rfcutil/ChangeLog index ebac815b0383..17332274be91 100644 --- a/app-text/rfcutil/ChangeLog +++ b/app-text/rfcutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rfcutil # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.7 2004/03/28 02:21:16 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.8 2004/06/05 23:40:36 dragonheart Exp $ + + 06 Jun 2004; Daniel Black <dragonheart@gentoo.org> rfcutil-3.2.3.ebuild: + QA fix - IUSE added 28 Mar 2004; Marius Mauch <genone@gentoo.org> rfcutil-3.2.3.ebuild: fixed unneccessary browser dependencies. diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild index b80e54e6c64e..07dcbeb72c98 100644 --- a/app-text/rfcutil/rfcutil-3.2.3.ebuild +++ b/app-text/rfcutil/rfcutil-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.10 2004/03/28 02:21:16 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.11 2004/06/05 23:40:36 dragonheart Exp $ inherit eutils @@ -15,7 +15,7 @@ an address. It also allows local and remote lookups of port, service, or proto numbers." HOMEPAGE="http://www.dewn.com/rfc/" SRC_URI="http://www.dewn.com/rfc/${MY_P}.tar.gz" - +IUSE="" KEYWORDS="x86 sparc ppc" SLOT="0" LICENSE="as-is" |