diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 01:36:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 01:36:40 +0000 |
commit | d0ebb27c212d60d0aa50679a4006354ba89894b3 (patch) | |
tree | da975139461b8f9fb5e59658cea9d5afea30b724 /app-doc | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-d0ebb27c212d60d0aa50679a4006354ba89894b3.tar.gz gentoo-2-d0ebb27c212d60d0aa50679a4006354ba89894b3.tar.bz2 gentoo-2-d0ebb27c212d60d0aa50679a4006354ba89894b3.zip |
sync IUSE (missing)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/linux-gazette-base/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/linux-gazette-base/linux-gazette-base-99.ebuild | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-doc/linux-gazette-base/ChangeLog b/app-doc/linux-gazette-base/ChangeLog index 63ecdf567896..aab7b30c24b9 100644 --- a/app-doc/linux-gazette-base/ChangeLog +++ b/app-doc/linux-gazette-base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/linux-gazette-base # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/ChangeLog,v 1.4 2004/06/24 21:48:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/ChangeLog,v 1.5 2004/06/30 01:36:40 agriffis Exp $ + +*linux-gazette-base-99 (29 Jun 2004) + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> + linux-gazette-base-99.ebuild: + sync IUSE (missing) *linux-gazette-base-* (21 Aug 2003) diff --git a/app-doc/linux-gazette-base/linux-gazette-base-99.ebuild b/app-doc/linux-gazette-base/linux-gazette-base-99.ebuild index 13da2a2c53c4..441288844d7e 100644 --- a/app-doc/linux-gazette-base/linux-gazette-base-99.ebuild +++ b/app-doc/linux-gazette-base/linux-gazette-base-99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/linux-gazette-base-99.ebuild,v 1.3 2004/06/24 21:48:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/linux-gazette-base-99.ebuild,v 1.4 2004/06/30 01:36:40 agriffis Exp $ # the SRC_URI always has the same file name ... make sure you # `rm ${DISTDIR}/lg-base.tar.gz` and make a new digest with @@ -14,6 +14,7 @@ SRC_URI="mirror://gentoo/lg-base-${PV}.tar.gz" LICENSE="OPL" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" S=${WORKDIR}/lg |