summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-11-14 13:39:27 +0000
committerJustin Lecher <jlec@gentoo.org>2010-11-14 13:39:27 +0000
commit5c3ccceca5bd7be46391a1c95f35dd599fa04a8e (patch)
tree5108620e774f3e5957b7a2357c482f4989ed79ec /sci-libs
parentSome QA on ebuild style and die (diff)
downloadgentoo-2-5c3ccceca5bd7be46391a1c95f35dd599fa04a8e.tar.gz
gentoo-2-5c3ccceca5bd7be46391a1c95f35dd599fa04a8e.tar.bz2
gentoo-2-5c3ccceca5bd7be46391a1c95f35dd599fa04a8e.zip
Move local USE lzma to global USE
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/getdata/ChangeLog6
-rw-r--r--sci-libs/getdata/getdata-0.6.3.ebuild4
-rw-r--r--sci-libs/getdata/metadata.xml16
3 files changed, 13 insertions, 13 deletions
diff --git a/sci-libs/getdata/ChangeLog b/sci-libs/getdata/ChangeLog
index 34397428e2a6..b3e5bc46e625 100644
--- a/sci-libs/getdata/ChangeLog
+++ b/sci-libs/getdata/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/getdata
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.1 2010/09/13 16:25:29 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.2 2010/11/14 13:39:27 jlec Exp $
+
+ 14 Nov 2010; Justin Lecher <jlec@gentoo.org> getdata-0.6.3.ebuild,
+ metadata.xml:
+ Move local USE lzma to global USE
*getdata-0.6.3 (13 Sep 2010)
diff --git a/sci-libs/getdata/getdata-0.6.3.ebuild b/sci-libs/getdata/getdata-0.6.3.ebuild
index b5b8dff352e2..f5e4e7974582 100644
--- a/sci-libs/getdata/getdata-0.6.3.ebuild
+++ b/sci-libs/getdata/getdata-0.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3.ebuild,v 1.1 2010/09/13 16:25:29 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3.ebuild,v 1.2 2010/11/14 13:39:27 jlec Exp $
EAPI=2
@@ -28,7 +28,7 @@ src_configure() {
$(use_enable python) \
$(use_with bzip2 libbz2) \
$(use_with lzma liblzma)"
- econf ${myconf} || die "econf failed"
+ econf ${myconf}
}
src_install() {
diff --git a/sci-libs/getdata/metadata.xml b/sci-libs/getdata/metadata.xml
index 73be9299ee67..4630b9d2d806 100644
--- a/sci-libs/getdata/metadata.xml
+++ b/sci-libs/getdata/metadata.xml
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>ayoy@gentoo.org</email>
- <name>Dominik Kapusta</name>
- </maintainer>
- <longdescription lang="en">
- </longdescription>
- <use>
- <flag name="lzma">Support for encodings provided by liblzma</flag>
- </use>
+<herd>no-herd</herd>
+<maintainer>
+ <email>ayoy@gentoo.org</email>
+ <name>Dominik Kapusta</name>
+</maintainer>
+<longdescription lang="en"></longdescription>
</pkgmetadata>