diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-09-30 22:07:37 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-09-30 22:09:50 +0200 |
commit | 7b7578a7ff4c4427d3bb00d6ef1807e14971b00d (patch) | |
tree | b1f5f1afa38417620417a3b56738f7d3c27ad458 /testing/outils | |
parent | 9d6f28e9313b1f9f0f7762a082d89d7791144e8e (diff) | |
download | aports-7b7578a7ff4c4427d3bb00d6ef1807e14971b00d.tar.bz2 aports-7b7578a7ff4c4427d3bb00d6ef1807e14971b00d.tar.xz |
testing/outils: don't depend on mcpp
cpp(1) is only used by calendar(1) furthermore the required command line
flags are incompatible with mcpp(1) therefore gcc needs to be installed
optionally since it ships cpp(1).
So if you want to use calendar(1) just install gcc.
Diffstat (limited to 'testing/outils')
-rw-r--r-- | testing/outils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/outils/APKBUILD b/testing/outils/APKBUILD index 9a60f6a01e..1af1b4c208 100644 --- a/testing/outils/APKBUILD +++ b/testing/outils/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=outils pkgver=0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Port of some non-standard OpenBSD tools to Linux" url="https://github.com/chneukirchen/outils" arch="all" license="BSD ISC" -depends="mcpp" +depends="" depends_dev="" makedepends="openssl-dev linux-headers" install="" |