diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 17:59:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 17:59:09 +0000 |
commit | 9662012877c93e0d112ddde471c8e84b139465bf (patch) | |
tree | 9f714df7f53452905ed06312c76ecb5a98077392 /dev-texlive/texlive-basic | |
parent | Add ~sparc keyword in preparation for Bug #237202. (diff) | |
download | gentoo-2-9662012877c93e0d112ddde471c8e84b139465bf.tar.gz gentoo-2-9662012877c93e0d112ddde471c8e84b139465bf.tar.bz2 gentoo-2-9662012877c93e0d112ddde471c8e84b139465bf.zip |
Add empty IUSE to please repoman
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-texlive/texlive-basic')
-rw-r--r-- | dev-texlive/texlive-basic/ChangeLog | 6 | ||||
-rw-r--r-- | dev-texlive/texlive-basic/texlive-basic-2007.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-texlive/texlive-basic/ChangeLog b/dev-texlive/texlive-basic/ChangeLog index ff93c47b647b..201fda963909 100644 --- a/dev-texlive/texlive-basic/ChangeLog +++ b/dev-texlive/texlive-basic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-texlive/texlive-basic # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.16 2008/09/09 16:12:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.17 2008/09/09 17:59:09 aballier Exp $ + + 09 Sep 2008; Alexis Ballier <aballier@gentoo.org> + texlive-basic-2007.ebuild: + Add empty IUSE to please repoman *texlive-basic-2008 (09 Sep 2008) diff --git a/dev-texlive/texlive-basic/texlive-basic-2007.ebuild b/dev-texlive/texlive-basic/texlive-basic-2007.ebuild index dc65de2d594b..ab772c3ab5f0 100644 --- a/dev-texlive/texlive-basic/texlive-basic-2007.ebuild +++ b/dev-texlive/texlive-basic/texlive-basic-2007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2007.ebuild,v 1.15 2008/05/12 19:19:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2007.ebuild,v 1.16 2008/09/09 17:59:09 aballier Exp $ TEXLIVE_MODULES_DEPS=" dev-texlive/texlive-documentation-base @@ -13,3 +13,4 @@ DESCRIPTION="TeXLive Essential programs and files" LICENSE="GPL-2 LPPL-1.3c" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" |