summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/barcode/barcode-0.98-r1.ebuild')
-rw-r--r--app-text/barcode/barcode-0.98-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/barcode/barcode-0.98-r1.ebuild b/app-text/barcode/barcode-0.98-r1.ebuild
index 2d631822ac30..c5e097c82625 100644
--- a/app-text/barcode/barcode-0.98-r1.ebuild
+++ b/app-text/barcode/barcode-0.98-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.5 2012/06/02 08:03:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.6 2014/11/11 23:53:29 tamiko Exp $
-EAPI="3"
+EAPI=5
inherit eutils multilib toolchain-funcs
@@ -32,6 +32,6 @@ src_configure() {
}
src_install() {
- emake install prefix="${ED}/usr" || die
- dodoc ChangeLog README TODO doc/barcode.{pdf,ps} || die
+ emake install prefix="${ED}/usr"
+ dodoc ChangeLog README TODO doc/barcode.{pdf,ps}
}