diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:40:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:40:49 +0000 |
commit | b6d1b008c3c8c960c06c8266cdbe4a5909020491 (patch) | |
tree | 3e7da09ab924369ad214f981c62a2008ad98a636 /app-text/sablotron | |
parent | fixed gtkmm deps (diff) | |
download | historical-b6d1b008c3c8c960c06c8266cdbe4a5909020491.tar.gz historical-b6d1b008c3c8c960c06c8266cdbe4a5909020491.tar.bz2 historical-b6d1b008c3c8c960c06c8266cdbe4a5909020491.zip |
sync IUSE (+perl), don't dep on arch for gnuconfig_update
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/Manifest | 4 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.97.ebuild | 4 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-1.0.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest index 07829aa4ba22..d3c6ed2218cf 100644 --- a/app-text/sablotron/Manifest +++ b/app-text/sablotron/Manifest @@ -1,5 +1,5 @@ -MD5 069a1dbec722756f90bbc31cec43d5b2 sablotron-1.0.1.ebuild 1525 -MD5 08cb531f9c285dda078f561f6fb3cfa6 sablotron-0.97.ebuild 958 +MD5 fad6bc63cd874d46fb21ede0f63c9252 sablotron-1.0.1.ebuild 1513 +MD5 f4302bed92055a02b127c99e2cf4dc5d sablotron-0.97.ebuild 962 MD5 90f0d521d87216c26ce927a7808f2256 sablotron-1.0.ebuild 1436 MD5 99cad8dd251320ab3379b2df527e14b4 ChangeLog 4861 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild index 037940909ee7..ec4354d1f47e 100644 --- a/app-text/sablotron/sablotron-0.97.ebuild +++ b/app-text/sablotron/sablotron-0.97.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-text/sablotron/sablotron-0.97.ebuild,v 1.18 2004/06/24 22:51:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.19 2004/07/13 23:40:49 agriffis Exp $ inherit libtool @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gingerall.com/charlie/ga/xml/p_sab.xml" LICENSE="MPL-1.1" SLOT="0" -IUSE="" +IUSE="perl" KEYWORDS="x86 sparc ppc hppa alpha amd64 ~mips" DEPEND=">=dev-libs/expat-1.95.6-r1 diff --git a/app-text/sablotron/sablotron-1.0.1.ebuild b/app-text/sablotron/sablotron-1.0.1.ebuild index d1b94bf51280..dd0a5ee5897f 100644 --- a/app-text/sablotron/sablotron-1.0.1.ebuild +++ b/app-text/sablotron/sablotron-1.0.1.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-text/sablotron/sablotron-1.0.1.ebuild,v 1.5 2004/06/24 22:51:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.1.ebuild,v 1.6 2004/07/13 23:40:49 agriffis Exp $ inherit libtool gnuconfig @@ -27,7 +27,7 @@ src_compile() { local myconf= # Detect mips systems properly - use mips && gnuconfig_update + gnuconfig_update # Please do not remove, else we get references to PORTAGE_TMPDIR # in /usr/lib/libsablot.la ... |